Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/arctic-hen7/cryptosystem
High-level, algorithm-agnostic cryptography in Rust with sensible batteries included.
https://github.com/arctic-hen7/cryptosystem
Last synced: 21 days ago
JSON representation
High-level, algorithm-agnostic cryptography in Rust with sensible batteries included.
- Host: GitHub
- URL: https://github.com/arctic-hen7/cryptosystem
- Owner: arctic-hen7
- Created: 2024-11-02T05:42:48.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-12-13T05:18:30.000Z (about 1 month ago)
- Last Synced: 2024-12-13T06:22:05.304Z (about 1 month ago)
- Language: Rust
- Size: 53.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cryptosystem
This library provides a generic cryptography system for Rust crates using abstraction traits like `SymmetricCryptosystem`, which captures a series of related primitives that enable encryption and decryption using the same key. This API is high-level, but aims to remain generic for use with any algorithm.
## License
See [`LICENSE`](LICENSE).