mirror of
https://github.com/Crypto-Notepad/Crypto-Notepad.git
synced 2026-03-11 08:55:25 +00:00
Changed some default values
This commit is contained in:
parent
88eaeff0f1
commit
8abeff4f2b
3 changed files with 7 additions and 7 deletions
|
|
@ -40,13 +40,13 @@
|
|||
<value>SHA1</value>
|
||||
</setting>
|
||||
<setting name="KeySize" serializeAs="String">
|
||||
<value>192</value>
|
||||
<value>256</value>
|
||||
</setting>
|
||||
<setting name="TheSalt" serializeAs="String">
|
||||
<value />
|
||||
</setting>
|
||||
<setting name="PasswordIterations" serializeAs="String">
|
||||
<value>2</value>
|
||||
<value>1000</value>
|
||||
</setting>
|
||||
<setting name="FirstLaunch" serializeAs="String">
|
||||
<value>False</value>
|
||||
|
|
|
|||
6
Crypto Notepad/Properties/Settings.Designer.cs
generated
6
Crypto Notepad/Properties/Settings.Designer.cs
generated
|
|
@ -12,7 +12,7 @@ namespace Crypto_Notepad.Properties {
|
|||
|
||||
|
||||
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "14.0.0.0")]
|
||||
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")]
|
||||
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
|
||||
|
||||
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));
|
||||
|
|
@ -143,7 +143,7 @@ public string HashAlgorithm {
|
|||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("192")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("256")]
|
||||
public int KeySize {
|
||||
get {
|
||||
return ((int)(this["KeySize"]));
|
||||
|
|
@ -169,7 +169,7 @@ public string TheSalt {
|
|||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Configuration.SettingsProviderAttribute(typeof(PortableSettingsProvider))]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("2")]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("1000")]
|
||||
public int PasswordIterations {
|
||||
get {
|
||||
return ((int)(this["PasswordIterations"]));
|
||||
|
|
|
|||
|
|
@ -30,13 +30,13 @@
|
|||
<Value Profile="(Default)">SHA1</Value>
|
||||
</Setting>
|
||||
<Setting Name="KeySize" Provider="PortableSettingsProvider" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">192</Value>
|
||||
<Value Profile="(Default)">256</Value>
|
||||
</Setting>
|
||||
<Setting Name="TheSalt" Provider="PortableSettingsProvider" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="PasswordIterations" Provider="PortableSettingsProvider" Type="System.Int32" Scope="User">
|
||||
<Value Profile="(Default)">2</Value>
|
||||
<Value Profile="(Default)">1000</Value>
|
||||
</Setting>
|
||||
<Setting Name="FirstLaunch" Provider="PortableSettingsProvider" Type="System.Boolean" Scope="User">
|
||||
<Value Profile="(Default)">False</Value>
|
||||
|
|
|
|||
Loading…
Reference in a new issue