Play With Characters (GUI)
Join Telegram Channel
"PWC" or the same "Play with characters" Is a graphical program used to encrypt texts.
This program only supports texts and with it you can convert your texts to numbers
You must use "seed" to create the ciphertexts
In this app "seed" is used to translate encrypted texts or to create ciphertexts
All "seed"s are unique and none is like the other
If you want to encrypt the text of "Crows Tower"
Our text will be encrypted this way :
Text | Seed | Code |
---|---|---|
Hello | 0024 | 435281873408911657911657027845 |
H | e | l | l | o |
---|---|---|---|---|
435281 | 873408 | 911657 | 911657 | 027845 |
For example, I put "seed" here as empty and encrypt the word "Crows Tower" like this, and you can get the same encryption by leaving "seed" blank.
Python3 and pip must first be installed on your system " Download Python3 " and " learn installation "
Enter the commands to install
:
cd ~ ; git clone https://github.com/V70024/PWC.git ; cd PWC
chmod +x ./install.bash
sudo ./install.bash
Enter the commands to uninstall
:
chmod +x ./uninstall.bash
sudo ./uninstall.bash
- If you make changes to the
CARS.txt
file. Theseed
may change - This program supports
14750
characters, these characters are contained in the fileCARS.txt