Encryption
Cyphers
Caesar
The Caesar Cipher is a simple substitution cipher that shifts the letters of the alphabet by a fixed number of positions.
Vigener
The Vigenere Cipher provides stronger encryption compared to the traditional Caesar Cipher. It uses a keyword in pair to encrypt or decrypt
Basic Encryption
DJB2
DJB2 is a simple hashing algorithm that works well with strings. Use case example include Hash Tables
SDBM
SDBM is a simple hashing algorithm commonly used in databases.