https://github.com/stepainpy/block-cipher
https://github.com/stepainpy/block-cipher
aes-128 block-cipher blowfish c gost-28147-89 one-header tea-cipher
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/stepainpy/block-cipher
- Owner: Stepainpy
- License: mit
- Created: 2025-04-19T21:22:09.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2025-05-07T20:51:35.000Z (5 months ago)
- Last Synced: 2025-06-22T11:35:41.039Z (4 months ago)
- Topics: aes-128, block-cipher, blowfish, c, gost-28147-89, one-header, tea-cipher
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Block ciphers
> [!Warning]
> This code is not intended to provide true protection against real-world attacks. Instead, it serves as a demonstration of the algorithms.Implementation of several block ciphers.