openssl/perl/cipher.txt

11 lines
189 B
Plaintext
Raw Normal View History

Cipher::new(name) "des-cbc" etc
Cipher::name()
Cipher::key_length()
Cipher::iv_length()
Cipher::block_size()
Cipher::init(key,iv,enc)
Cipher::update(in)
Cipher::final()
Cipher::cipher(in)