Skip to content

shricodev/Java-Encoder-Decoder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Java CLI Encoder Decoder

This is a simple JAVA program that uses One Time Pad. The encyption here cannot be cracked because everytime it uses different key.

It requires the use of key of the same size the message being sent.

Usage

Make sure you have java JDK installed. simply run the Main.class file in bin or the Main.java file in src.

  • .class
java Main
  • .java
javac Main.java
java Main

About

Simple JAVA program that uses Substitution Cipher.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages