C# Class ArchiSteamFarm.CryptoHelper

Show file Open project: JustArchi/ArchiSteamFarm Class Usage Examples

Private Methods

Method Description
Decrypt ( ECryptoMethod cryptoMethod, string encrypted ) : string
DecryptAES ( string encrypted ) : string
DecryptProtectedDataForCurrentUser ( string encrypted ) : string
Encrypt ( ECryptoMethod cryptoMethod, string decrypted ) : string
EncryptAES ( string decrypted ) : string
EncryptProtectedDataForCurrentUser ( string decrypted ) : string
SetEncryptionKey ( string key ) : void