Horlalaycon / Texts_Encryption_Decryption

Personal Text Encrypt and Decrypt Program

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Personal Text Encrypt and Decrypt Program

License:Mozilla Public License 2.0


Languages

Language:Python 100.0%