https://github.com/olekspickle/rc5
RC5 cipher implementation
https://github.com/olekspickle/rc5
Last synced: 2 months ago
JSON representation
RC5 cipher implementation
- Host: GitHub
- URL: https://github.com/olekspickle/rc5
- Owner: olekspickle
- License: mit
- Created: 2022-09-21T14:30:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-12-01T19:51:43.000Z (6 months ago)
- Last Synced: 2025-03-17T19:02:34.867Z (2 months ago)
- Language: Rust
- Size: 36.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RC5 algorithm implementation
### [*from wiki*](https://en.wikipedia.org/wiki/RC5):
In cryptography, RC5 is a symmetric-key block cipher notable for its simplicity.
Designed by Ronald Rivest in 1994, RC stands for "Rivest Cipher", or alternatively,
"Ron's Code" (compare RC2 and RC4).
The Advanced Encryption Standard (AES) candidate RC6 was based on RC5.