C# Class TraktPlugin.Extensions.SecurityExtensions

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

Public Methods

Method 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 method

public static Decrypt ( this logins, string key ) : List
logins this
key string
return List

Decrypt() public static method

public static Decrypt ( this cipherText, string passPhrase ) : string
cipherText this
passPhrase string
return string

Encrypt() public static method

public static Encrypt ( this logins, string key ) : List
logins this
key string
return List

Encrypt() public static method

public static Encrypt ( this plainText, string passPhrase ) : string
plainText this
passPhrase string
return string