News

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” ...
Basic string encryption and decryption via the bitwise-xor operator. The idea I had with this is that you would be unable to actually decrypt the strings without the key array. Here is some example ...