C# Class Ouya.Console.Api.CryptoHelper

显示文件 Open project: KonajuGames/ouya-csharp

Public Methods

Method Description
Decrypt ( string encrypted, string passKey ) : string
Encrypt ( string unencrypted, string passKey ) : string

Private Methods

Method Description
Decrypt ( byte buffer, byte vector ) : byte[]
Encrypt ( byte buffer, byte vector ) : byte[]
Transform ( byte buffer, ICryptoTransform transform ) : byte[]

Method Details

Decrypt() public static method

public static Decrypt ( string encrypted, string passKey ) : string
encrypted string
passKey string
return string

Encrypt() public static method

public static Encrypt ( string unencrypted, string passKey ) : string
unencrypted string
passKey string
return string