Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chibby0ne/cryptopals
cryptopals crypto challenges in :crab:
https://github.com/chibby0ne/cryptopals
Last synced: about 4 hours ago
JSON representation
cryptopals crypto challenges in :crab:
- Host: GitHub
- URL: https://github.com/chibby0ne/cryptopals
- Owner: chibby0ne
- License: mit
- Created: 2021-01-08T23:32:26.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-01-24T16:21:46.000Z (almost 4 years ago)
- Last Synced: 2024-11-08T11:23:04.726Z (about 2 months ago)
- Language: Rust
- Size: 61.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cryptopals crypto challenges
[Cryptopals challenges](https://cryptopals.com/) are exercises that
demonstrate real world crypto.## Motivation
* Learn about cryptography
* Practice :crab:## LICENSE
Code in this repository is distributed under the MIT License.
See [LICENSE](./LICENSE)