Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 329 Bytes

File metadata and controls

12 lines (10 loc) · 329 Bytes

Java-Cryptography

Learning crptography while making a college project

How to run:

  • Clone the repository and run the commands below in a terminal
javac className.java
java className

Implementations of:

  • Caesar Cipher (Strings get encrypted, decrypted or an encrypted string in Caesar Cipher can be brute forced)