Encryption Ciphers are algorithms used to perform encryption and decryption, converting plaintext into ciphertext and vice versa.
They are the core of cryptographic security systems.
Encryption Ciphers
Stream Cipher:
1: One Bit/ Byte.
2: RC4, SALSA20.
3: Classical Cipher.
4: Caesar, Atbash, Monoalphabetic.
Transposition:
1: Position Shift.
2: Quicker.
3: Data > Binary Data > Encryption.
Substitution:
1: Replace.
2: Polyalphabetic.
3: Classical Cipher.


