C# Class TraktPlugin.Extensions.SecurityExtensions

http://stackoverflow.com/questions/10168240/encrypting-decrypting-a-string-in-c-sharp
Afficher le fichier Open project: trakt/Trakt-for-Mediaportal

Méthodes publiques

Méthode Description
Decrypt ( this logins, string key ) : List
Decrypt ( this cipherText, string passPhrase ) : string
Encrypt ( this logins, string key ) : List
Encrypt ( this plainText, string passPhrase ) : string

Method Details

Decrypt() public static méthode

public static Decrypt ( this logins, string key ) : List
logins this
key string
Résultat List

Decrypt() public static méthode

public static Decrypt ( this cipherText, string passPhrase ) : string
cipherText this
passPhrase string
Résultat string

Encrypt() public static méthode

public static Encrypt ( this logins, string key ) : List
logins this
key string
Résultat List

Encrypt() public static méthode

public static Encrypt ( this plainText, string passPhrase ) : string
plainText this
passPhrase string
Résultat string