An open API service indexing awesome lists of open source software.

https://github.com/audrastump/block-cipher

Simple block cipher implementation using symmetric key and an initialization vector (IV).
https://github.com/audrastump/block-cipher

cryptography cybersecurity encryption-decryption

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

          

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.