pwbox 0.1.2

Modular password-based encryption
Documentation

Modular password-based encryption for Rust

Travis Build Status License: Apache-2.0 rust 1.30.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

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

License

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