mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-24 04:37:49 +08:00
implemented "strong" QLIE archives encryption.
This commit is contained in:
12
ArcFormats/Properties/Settings.Designer.cs
generated
12
ArcFormats/Properties/Settings.Designer.cs
generated
@@ -453,5 +453,17 @@ namespace GameRes.Formats.Properties {
|
||||
this["RPMScheme"] = value;
|
||||
}
|
||||
}
|
||||
|
||||
[global::System.Configuration.UserScopedSettingAttribute()]
|
||||
[global::System.Diagnostics.DebuggerNonUserCodeAttribute()]
|
||||
[global::System.Configuration.DefaultSettingValueAttribute("")]
|
||||
public string QLIEScheme {
|
||||
get {
|
||||
return ((string)(this["QLIEScheme"]));
|
||||
}
|
||||
set {
|
||||
this["QLIEScheme"] = value;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -110,5 +110,8 @@
|
||||
<Setting Name="RPMScheme" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
<Setting Name="QLIEScheme" Type="System.String" Scope="User">
|
||||
<Value Profile="(Default)" />
|
||||
</Setting>
|
||||
</Settings>
|
||||
</SettingsFile>
|
||||
Reference in New Issue
Block a user