Skip to content
/ Cript Public

Cript is an easy-to-use and versatile encryption and decryption tool, currently in development.

License

Notifications You must be signed in to change notification settings

MateLUL/Cript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cript

Cript is an easy-to-use and versatile encryption/decryption and encoding/decoding tool, currently in development, written in Java.

Compiling

To use the program, you must compile it first using javac.

javac Cript.java

Usage

The usage is simple.

java Cript <Method> <Process> <Source> <Content>

  • Method: there are currently 2 methods available, binary and base64.

  • Process: there are currently 2 methods that support both encoding (encode) and decoding (decode), binary and base64.

  • Source: choose whether you want to use a .txt file (using file), or type in your text directly (using text).

  • Content: if you selected to use a file, you can choose which file you would like to use. But, if you selected text, you can type your message here directly, with quotation marks.

Example:

java Cript base64 encode file myFile.txt

will produce a new .txt file, with the Base64 encoding of myFile.txt's content, with the output of:

The encoded text was saved in /home/user/myFileBase64Encoded.txt

java Cript binary encode text "Hello World"

will have an output of:

The encoded text: 01001000 01100101 01101100 01101100 01101111 00100000 01010111 01101111 01110010 01101100 01100100

About

Cript is an easy-to-use and versatile encryption and decryption tool, currently in development.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages