C# Класс Yodiwo.Tools.Crypto

Показать файл Открыть проект

Открытые методы

Метод Описание
DecryptBytes_AES ( byte input, string key ) : byte[]
DecryptText_AES ( byte input, string key ) : string
EncryptBytes_AES ( byte input, string key ) : byte[]
EncryptText_AES ( string input, string key ) : byte[]
GenerateRandomBase64 ( int length ) : string

Описание методов

DecryptBytes_AES() публичный статический Метод

public static DecryptBytes_AES ( byte input, string key ) : byte[]
input byte
key string
Результат byte[]

DecryptText_AES() публичный статический Метод

public static DecryptText_AES ( byte input, string key ) : string
input byte
key string
Результат string

EncryptBytes_AES() публичный статический Метод

public static EncryptBytes_AES ( byte input, string key ) : byte[]
input byte
key string
Результат byte[]

EncryptText_AES() публичный статический Метод

public static EncryptText_AES ( string input, string key ) : byte[]
input string
key string
Результат byte[]

GenerateRandomBase64() публичный статический Метод

public static GenerateRandomBase64 ( int length ) : string
length int
Результат string