Skip to content

Commit

Permalink
Added User Customization
Browse files Browse the repository at this point in the history
Added ability for users to define where they would like to save their backup key file and autogenerate or define their own password to protect the key file
  • Loading branch information
tobor88 committed Sep 4, 2021
1 parent c18dcd2 commit 9385608
Show file tree
Hide file tree
Showing 19 changed files with 346 additions and 115 deletions.
Binary file modified .vs/EncrypIT/v16/.suo
Binary file not shown.
16 changes: 15 additions & 1 deletion EncrypIT/EncrypIT.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<DefineConstants>TRACE</DefineConstants>
<ErrorReport>prompt</ErrorReport>
<WarningLevel>4</WarningLevel>
<CodeAnalysisRuleSet>EncrypIT.ruleset</CodeAnalysisRuleSet>
<CodeAnalysisRuleSet>SecurityRules.ruleset</CodeAnalysisRuleSet>
<RunCodeAnalysis>false</RunCodeAnalysis>
</PropertyGroup>
<PropertyGroup>
Expand All @@ -68,6 +68,19 @@
<PropertyGroup>
<AssemblyOriginatorKeyFile>SigningCertificate.pfx</AssemblyOriginatorKeyFile>
</PropertyGroup>
<PropertyGroup>
<TargetZone>Internet</TargetZone>
</PropertyGroup>
<PropertyGroup>
<GenerateManifests>false</GenerateManifests>
</PropertyGroup>
<PropertyGroup />
<PropertyGroup>
<ApplicationManifest>Properties\app.manifest</ApplicationManifest>
</PropertyGroup>
<PropertyGroup>
<StartupObject>EncrypIT.Program</StartupObject>
</PropertyGroup>
<ItemGroup>
<Reference Include="System" />
<Reference Include="System.Core" />
Expand Down Expand Up @@ -103,6 +116,7 @@
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<None Include="EncrypIT.ruleset" />
<None Include="Properties\app.manifest" />
<None Include="Properties\Settings.settings">
<Generator>SettingsSingleFileGenerator</Generator>
<LastGenOutput>Settings.Designer.cs</LastGenOutput>
Expand Down
46 changes: 26 additions & 20 deletions EncrypIT/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 9385608

Please sign in to comment.