https://github.com/georgiifirsov/bcm-lib
Implementation of some block ciphers modes of operation. This library is written for my research about full disk encryption.
https://github.com/georgiifirsov/bcm-lib
block-cipher-mode block-ciphers cryptography research symmetric-encryption thesis
Last synced: about 1 month ago
JSON representation
Implementation of some block ciphers modes of operation. This library is written for my research about full disk encryption.
- Host: GitHub
- URL: https://github.com/georgiifirsov/bcm-lib
- Owner: GeorgiiFirsov
- License: gpl-3.0
- Created: 2023-10-05T18:49:26.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-17T01:14:09.000Z (over 1 year ago)
- Last Synced: 2025-02-16T04:29:09.217Z (3 months ago)
- Topics: block-cipher-mode, block-ciphers, cryptography, research, symmetric-encryption, thesis
- Language: C
- Homepage: https://georgyfirsov.github.io/bcm-lib/
- Size: 386 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# bcm-lib
> **Warning**
> This library is implemented for research purposes only! It *intentionally* doesn't verify some parameters
> for validity. In real world all parameters MUST be properly verified.[](https://github.com/GeorgyFirsov/bcm-lib/actions/workflows/run-tests.yml)
[](https://codecov.io/gh/GeorgyFirsov/bcm-lib)Implementation of some block ciphers modes of operation. This library is written for my research about full disk encryption.