C# Class bitmessage.Crypto.Cipher

ファイルを表示 Open project: sharpbitmessage/SharpBitmessage Class Usage Examples

Public Methods

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

Method Details

Cipher() public method

public Cipher ( byte key, byte iv, bool doEncrypt, string ciphername = "aes-256-cbc" ) : System
key byte
iv byte
doEncrypt bool
ciphername string
return System

Ciphering() public method

public Ciphering ( byte input ) : byte[]
input byte
return byte[]