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

@@ -533,6 +533,15 @@ namespace GameRes.Formats.Strings {
}
}
/// <summary>
/// Looks up a localized string similar to Use default encryption scheme.
/// </summary>
public static string QLIEDefaultScheme {
get {
return ResourceManager.GetString("QLIEDefaultScheme", resourceCulture);
}
}
/// <summary>
/// Looks up a localized string similar to Choose title or enter a password.
/// </summary>