openssh_key.cipherΒΆ

Modules for classes representing symmetric-key ciphers.

Modules

openssh_key.cipher.common

Classes representing symmetric-key ciphers.

openssh_key.cipher.confidentiality

Classes representing symmetric-key ciphers that offer only a guarantee of confidentiality (secrecy).

openssh_key.cipher.factory

Methods to provide symmetric-key ciphers given OpenSSH cipher type names.

openssh_key.cipher.integrity

Classes representing symmetric-key ciphers that offer guarantees of confidentiality (secrecy) and integrity (authentication).

openssh_key.cipher.none

Classes representing null encryption.