title | keywords | summary | permalink | folder | references | authors | current_reviews | last_updated | tags | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Rust symmetric string encryption using a key file and ring |
example template |
Symmetric string encryption in Rust with key generation |
rust_ring_string_encryption_key_based_symmetric.html |
Rust ring |
|
|
2018-06-24 |
|
- Encrypted data storage
- Encrypted communication channel
- Add the ring dependency to your
Cargo.toml
.
{% include_relative src/string_encryption_key_based_symmetric.rs %}
{% include links.html %}