Skip to content

A cross-platform GUI-based text encrypter/decrypter that uses XOR for encryption and decryption, built in Java (Jframe).

License

Notifications You must be signed in to change notification settings

sahilvinodMhatre/TextCrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextCrypt

Screenshot of the application

Requirements

  • Java 1.5 or greater should be installed.

Download TextCrypt from here.

Run using Docker

For Linux:

xhost +local:
sudo docker run -it --env="DISPLAY" --net=host -v textcrypt:/data  equin0x/textcrypt:1.0

For Windows:

  • Install VcXsrv Windows X Server from here
  • While setting up the X server disable the access control
# Make sure you change the {IP} in the below command with your IP where the X server is running, the localhost/127.0.0.1 will not work as an IP, for example - docker run -it -e DISPLAY=192.168.0.1:0 --net=host -v textcrypt:/data equin0x/textcrypt:1.0  
docker run -it -e DISPLAY={IP}:0 --net=host -v textcrypt:/data equin0x/textcrypt:1.0

About

A cross-platform GUI-based text encrypter/decrypter that uses XOR for encryption and decryption, built in Java (Jframe).

Resources

License

Stars

Watchers

Forks

Packages

No packages published