mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2025-12-17 23:10:30 +00:00
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:
@@ -37,7 +37,6 @@ namespace ConfigGenerator {
|
||||
internal sealed class BotConfig : ASFConfig {
|
||||
internal enum ECryptoMethod : byte {
|
||||
PlainText,
|
||||
Base64,
|
||||
AES
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user