CipherMe
1.0.0
อัลกอริทึมการเข้ารหัสที่มีอยู่ในที่นี้คือ:
pip install ciphermeAffineCipher สำหรับ cipher affine (ii) CaesarCipher สำหรับ Caesar Cipher สำหรับ Cipher Affine: 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)