Advanced Encryption Standard

0001-01-01 cryptography

Advanced Encryption Standard (AES) AES is a symmetric-key algorithm; the same key is used for both encryption and decryption. There are several types ... Read More

RC4

0001-01-01 cryptography

RC4 is an easy to implement bidirectional stream cipher algorithm. Similar to XOR, its ease of use and implementation make it a popular choice for ... Read More

XOR encryption

0001-01-01 cryptography

XOR encryption is a simple, easy to implement, and lightweight form of encryption. XOR is faster than other algorithms such as AES or RC4 and does not ... Read More