/Texts_Encryption_Decryption

Personal Text Encrypt and Decrypt Program

Primary LanguagePythonMozilla Public License 2.0MPL-2.0

Texts Encryption Decryption Program

  • This is a Program that encrypt and decrypt texts by splitting, shifting the position in a circular order by shift_amount, rejoining and reversing the words.

usage

python3 encrypt_decrypt.py

  • Enter Text to encrypt or decrypt

Author