Class: HrrRbSsh::Transport::EncryptionAlgorithm::ThreeDesCbc

Inherits:
HrrRbSsh::Transport::EncryptionAlgorithm show all
Includes:
Functionable
Defined in:
lib/hrr_rb_ssh/transport/encryption_algorithm/three_des_cbc.rb

Constant Summary collapse

NAME =
'3des-cbc'
CIPHER_NAME =
"DES-EDE3-CBC"
BLOCK_SIZE =
8

Method Summary

Methods included from Functionable

#block_size, #decrypt, #encrypt, included, #initialize, #iv_length, #key_length

Methods inherited from HrrRbSsh::Transport::EncryptionAlgorithm

[], list, name_list