Kill Base64 encryption

It doesn't make any sense when AES is available, not to mention that it's not even proper encryption...
This commit is contained in:
JustArchi
2016-06-28 04:52:00 +02:00
parent 3627a01f59
commit d5514422b6
3 changed files with 1 additions and 40 deletions

View File

@@ -37,7 +37,6 @@ namespace ConfigGenerator {
internal sealed class BotConfig : ASFConfig {
internal enum ECryptoMethod : byte {
PlainText,
Base64,
AES
}