Nuacht

A Java program to encrypt and decrypt a phrase using two similar approaches, each insecure by modern standards. The first approach is called the Caesar Cipher and is a simple “substitution cipher” ...
A simple Java application that encrypts and decrypts text using the classic Caesar cipher technique. Built in Eclipse, this tool shifts each letter in the input by a user-defined key to produce ...