Modular password-based encryption for Rust

Rust License: Apache-2.0 rust 1.44.0+ required

Documentation: crate docs (master)

pwbox crate provides utilities for password-based encryption together with corresponding composable cryptographic primitives. Using the crate, it is possible to securely encrypt sensitive data with a password, serialize it to any serde-supported format, and restore data.

Warning. Although pwbox is constructed analogously to an Ethereum keystore (and is compatible with it, see crate docs), no independent cryptology expertise has been conducted regarding its safety. Use at your own risk.

Usage

Add this to your Crate.toml:

toml [dependencies] pwbox = "0.4.0"

See crate documentation for more details how to use the crate.

Crate Features

License

pwbox is licensed under the Apache License (Version 2.0). See LICENSE for details.