A Python program, which uses a brute force algorithm to crack a given password, either by a user-inputted password or by a SHA-256 hash.
Password Strength Checker
A C program designed to inspect an inputted password for requirements and suggest improvements as found in The National Institute of Standards and Technology (NIST).
Encrypter & Decrypter
A Python program which uses Caesar cipher to encrypt and decrypt messages. A Future version will implement OpenAI to select the most likely option from the possible 25 displayed messages.