Method | Description | |
---|---|---|
Cipher ( byte key, byte iv, bool doEncrypt, string ciphername = "aes-256-cbc" ) : System | ||
Ciphering ( byte input ) : byte[] |
public Cipher ( byte key, byte iv, bool doEncrypt, string ciphername = "aes-256-cbc" ) : System | ||
key | byte | |
iv | byte | |
doEncrypt | bool | |
ciphername | string | |
return | System |