A stream cipher is a symmetric key cipher where plaintext digits are combined with a pseudorandom cipher digit stream (keystream). In a stream cipher, each plaintext digit is encrypted one at a time with the corresponding digit of the keystream, to give a digit of the ciphertext stream. I used my knowledge of pointers, ASCII85, and a pseudorandom generation algorithm to effectively employ the cipher. A key is used to encrypt the text, and the same key is used and we work backwards to decode the text.
-
Notifications
You must be signed in to change notification settings - Fork 0
A stream cipher is a symmetric key cipher where plaintext digits are combined with a pseudorandom cipher digit stream (keystream). In a stream cipher, each plaintext digit is encrypted one at a time with the corresponding digit of the keystream, to give a digit of the ciphertext stream. I used my knowledge of pointers, ASCII85, and a pseudorando…
fatin2sarker/Stream_ciphers
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
A stream cipher is a symmetric key cipher where plaintext digits are combined with a pseudorandom cipher digit stream (keystream). In a stream cipher, each plaintext digit is encrypted one at a time with the corresponding digit of the keystream, to give a digit of the ciphertext stream. I used my knowledge of pointers, ASCII85, and a pseudorando…
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published