Skip to content

Simple block cipher implementation using symmetric key and an initialization vector (IV).

Notifications You must be signed in to change notification settings

audrastump/Block-Cipher

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Simple block cipher implementation using symmetric key and an initialization vector (IV).

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages