CipherMe
1.0.0
ここに含まれる暗号化アルゴリズムは次のとおりです。
pip install ciphermeAffineCipherシファー。 (ii)。シーザー暗号のCaesarCipher 。 Affine cipher: AffineCipher().encrypt_text(plain_text=None, a=None, b=None) AffineCipher().decrypt_text(plain_text=None, a=None, b=None)
Caesar cipher: CaesarCipher().caesar_encryption(plaintext=None, k=None) CaesarCipher().caesar_decryption(self, ciphertext=None, k=None)