openssh_key.cipher.confidentialityΒΆ
Classes representing symmetric-key ciphers that offer only a guarantee of confidentiality (secrecy).
Classes
The Advanced Encryption Standard (the Rijndael block cipher) with a key length of 128 bits, under the cipher block chaining mode of operation initialized with a given initialization vector. |
|
The Advanced Encryption Standard (the Rijndael block cipher) with a key length of 128 bits, under the counter mode of operation initialized with a given initialization vector. |
|
The Advanced Encryption Standard (the Rijndael block cipher) with a key length of 192 bits, under the cipher block chaining mode of operation initialized with a given initialization vector. |
|
The Advanced Encryption Standard (the Rijndael block cipher) with a key length of 192 bits, under the counter mode of operation initialized with a given initialization vector. |
|
The Advanced Encryption Standard (the Rijndael block cipher) with a key length of 256 bits, under the cipher block chaining mode of operation initialized with a given initialization vector. |
|
The Advanced Encryption Standard (the Rijndael block cipher) with a key length of 256 bits, under the counter mode of operation initialized with a given initialization vector. |
|
The Advanced Encryption Standard (the Rijndael block cipher), under a mode of operation that offers only confidentiality. |
|
A cipher under the cipher block chaining mode of operation. |
|
A cipher under the counter mode of operation. |
|
A symmetric-key cipher that offers only a guarantee of confidentiality (secrecy). |
|
The Triple Data Encryption Algorithm (3DES). |
|
The Triple Data Encryption Algorithm with a key length of 192 bits, under the cipher block chaining mode of operation initialized with a given initialization vector. |