strong-box

Crates.iostrong-box
lib.rsstrong-box
version0.4.0
sourcesrc
created_at2024-06-12 02:28:55.915043
updated_at2024-07-10 08:33:41.470767
descriptionStrong, ergonomic encryption for non-cryptographers
homepagehttps://github.com/mpalmer/strong-box
repositoryhttps://github.com/mpalmer/strong-box
max_upload_size
id1269170
size93,052
Matt Palmer (mpalmer)

documentation

README

This crate provides safe, ergonomic encryption "boxes" for storing data you'd prefer not to have exposed to the world. It uses modern, fast cryptography in misuse-resistant ways.

Its spiritual ancestor is NaCl / libsodium, and uses many of the same cryptographic primitives, but is not at all compatible with them.

See the docs for all the gory details.

MSRV

Specified in Cargo.toml. Bumping is a breaking change.

Licence

Unless otherwise stated, everything in this repo is covered by the following copyright notice:

    Copyright (C) 2024  Matt Palmer <matt@hezmatt.org>

    This program is free software: you can redistribute it and/or modify it
    under the terms of the GNU General Public License version 3, as
    published by the Free Software Foundation.

    This program is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.

    You should have received a copy of the GNU General Public License
    along with this program.  If not, see <http://www.gnu.org/licenses/>.
Commit count: 8

cargo fmt