| Crates.io | webcryptobox |
| lib.rs | webcryptobox |
| version | 2.1.1 |
| created_at | 2022-03-06 14:34:06.855893+00 |
| updated_at | 2024-02-24 11:13:49.025192+00 |
| description | Convenient opiniated wrappers around OpenSSL to use WebCrypto compatible cryptography. |
| homepage | https://github.com/jo/webcryptobox-rs |
| repository | https://github.com/jo/webcryptobox-rs |
| max_upload_size | |
| id | 544510 |
| size | 33,689 |
WebCrypto compatible encryption with Rust and its OpenSSL bindings.
This package implements the Webcryptobox encryption API.
Compatible packages:
There is also a CLI tool: wcb.
Convenient opinionated wrappers around OpenSSL to use WebCrypto compatible cryptography. Webcryptobox helps with elliptic curve key generation, derivation, fingerprinting, import and export as well as AES encryption and decryption.
Documentation: docs.rs/webcryptobox
There's a test suite which ensures the lib works as expected. Run it with cargo:
cargo test
This package is licensed under the Apache 2.0 License.
© 2022 Johannes J. Schmidt