Skip to content

V70024/PWC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PWC

Play With Characters (GUI)

P W C Play with characters (GUI)
encrypt a text using a "seed" and retrieve it with the same "seed"

demo

demo



What does this program do?

"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

Example:

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.

demo, "0024"


Install :

Python3 and pip must first be installed on your system " Download Python3 " and " learn installation "


Windows :

Download V4.0.0 (.exe)


Linux :


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


Warning :

  • If you make changes to the CARS.txt file. The seed may change
  • This program supports 14750 characters, these characters are contained in the file CARS.txt