A block cipher is a type of symmetric encryption algorithm that encrypts data in fixed-size blocks, typically 64 or 128 bits. It transforms plaintext (unencrypted data) into ciphertext (encrypted data) in these blocks using a secret key. Decryption reverses this process to retrieve the original plaintext using the same key.
-
Notifications
You must be signed in to change notification settings - Fork 0
audrastump/Block-Cipher
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Simple block cipher implementation using symmetric key and an initialization vector (IV).
Topics
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published