CipherMe
1.0.0
Algoritma enkripsi yang terkandung di sini adalah:
pip install ciphermeAffineCipher untuk cipher affine. (ii). CaesarCipher untuk Caesar Cipher. Untuk affine cipher: AffineCipher().encrypt_text(plain_text=None, a=None, b=None) AffineCipher().decrypt_text(plain_text=None, a=None, b=None)
Untuk cipher caesar: CaesarCipher().caesar_encryption(plaintext=None, k=None) CaesarCipher().caesar_decryption(self, ciphertext=None, k=None)