Python Bindings for abcrypt
abcrypt-py is the Python bindings for the abcrypt crate.
Usage
Installation
To install this library:
Example
:  = b
:  = b
# Encrypt `DATA` using `PASSPHRASE`.
 = 
assert  != 
# And extract the Argon2 parameters from it.
 = 
assert  == 19456
assert  == 2
assert  == 1
# And decrypt it back.
 = 
assert  == 
Documentation
See the documentation for more details.
Minimum supported Rust version
The minimum supported Rust version (MSRV) of this library is v1.74.0.
Development
maturin is required for development of this library.
Changelog
Please see CHANGELOG.adoc.
Contributing
Please see CONTRIBUTING.adoc.
License
Copyright © 2022–2024 Shun Sakai (see AUTHORS.adoc)
This library is distributed under the terms of either the Apache License 2.0 or the MIT License.
This project is compliant with version 3.0 of the REUSE Specification. See copyright notices of individual files for more details on copyright and licensing information.