Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rust-cc/rcmixed
Mixed cryptosystem. inspired by PGP
https://github.com/rust-cc/rcmixed
Last synced: 2 days ago
JSON representation
Mixed cryptosystem. inspired by PGP
- Host: GitHub
- URL: https://github.com/rust-cc/rcmixed
- Owner: rust-cc
- License: apache-2.0
- Created: 2019-05-24T08:20:03.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-08-02T09:55:46.000Z (over 5 years ago)
- Last Synced: 2024-10-13T23:37:43.421Z (22 days ago)
- Language: Rust
- Homepage:
- Size: 93.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
- awesome-cryptography-rust - rcmixed
README
[![Latest Version](https://img.shields.io/badge/crates.io-v0.0.1-green.svg)](https://crates.io/crates/rcmixed)
# rcmixed
Mixed cryptosystem. inspired by PGP.- [x] key store.
- [x] public key cryptography + symmetric cryptography.
- [ ] DH cryptography + symmetric cryptography.
- [ ] feature implement:
- [ ] RSA + AES-CBC + SHA(2, 3)
- [ ] DH-RSA + AES-CBC + SHA(2, 3)
- [ ] x25519(DH + curve25519) + AES-CBC + SHA(2, 3)
- [ ] Failure.
- [ ] Tests.
- [ ] Bench.
- [ ] Doc.### Singature & Encrypt Function
![img](./assets/sign_encrypt.jpg)## License
This project is licensed under either of
* Apache License, Version 2.0, ([LICENSE-APACHE](LICENSE-APACHE) or
http://www.apache.org/licenses/LICENSE-2.0)
* MIT license ([LICENSE-MIT](LICENSE-MIT) or
http://opensource.org/licenses/MIT)at your option.