Learning crptography while making a college project
- Clone the repository and run the commands below in a terminal
javac className.java
java className
- Caesar Cipher (Strings get encrypted, decrypted or an encrypted string in Caesar Cipher can be brute forced)