Skip to content
/ enc Public

This script provides a simple encryption and decryption tool for text. It can encrypt readable characters into unreadable characters, and vice versa. This can be useful for secure communication, as only those with the decryption key can read the encrypted text

License

Notifications You must be signed in to change notification settings

Bartwel27/enc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

enc

This script provides a simple encryption and decryption tool for text. It can encrypt readable characters into unreadable characters, and vice versa. This can be useful for secure communication, as only those with the decryption key can read the encrypted text. The script uses a substitution cipher, replacing each character with a corresponding encrypted character. To encrypt a string, simply input the text and the script will output the encrypted version. To decrypt, input the encrypted text and the script will output the original readable text

E.G

encrypted:

=[??:#-:@?×

decrypted:

hello world

Installation

pkg install wget
pip install termcolor
version 0.1
wget https://bartwel27.github.io/enc/v0.1/enc.py

Note

Make sure you use the latest version available.

About

This script provides a simple encryption and decryption tool for text. It can encrypt readable characters into unreadable characters, and vice versa. This can be useful for secure communication, as only those with the decryption key can read the encrypted text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages