mirror of
https://github.com/crskycode/GARbro.git
synced 2026-06-26 05:37:56 +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;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user