implemented "strong" QLIE archives encryption.

This commit is contained in:
morkt
2015-11-07 03:11:26 +04:00
parent 2d2da5e3e5
commit d23a67ea08
11 changed files with 286 additions and 22 deletions

View File

@@ -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;
}
}
}
}

View File

@@ -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>