Implement superior ProtectedDataForCurrentUser encryption

This commit is contained in:
JustArchi
2016-06-28 05:24:30 +02:00
parent d5514422b6
commit a4383cdb89
4 changed files with 52 additions and 3 deletions

View File

@@ -37,7 +37,8 @@ namespace ConfigGenerator {
internal sealed class BotConfig : ASFConfig {
internal enum ECryptoMethod : byte {
PlainText,
AES
AES,
ProtectedDataForCurrentUser
}
[JsonProperty(Required = Required.DisallowNull)]