Java-Encoder-Decoder

cipher
cli
decoder
encoder
java
substitution-cipher

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