#encryption #modern #libsodium #primitive #strong #boxes

strong-box

非加密人员使用的强大、易用的加密

4 个版本 (重大变更)

0.4.0 2024年7月10日
0.3.0 2024年7月5日
0.2.0 2024年6月25日
0.1.0 2024年6月12日

#705 in 密码学

Download history 171/week @ 2024-06-10 6/week @ 2024-06-17 191/week @ 2024-06-24 136/week @ 2024-07-01 201/week @ 2024-07-08 57/week @ 2024-07-15 35/week @ 2024-07-22 61/week @ 2024-07-29 36/week @ 2024-08-05 47/week @ 2024-08-12

每月 184 次下载
用于 3 crate2 直接使用)

GPL-3.0-only

58KB
1K SLoC

本crate提供安全、易用的加密“盒子”来存储您希望不向世界公开的数据。它以抗误用的方式使用现代、快速的加密。

它的精神祖先是NaCl / libsodium,使用了许多相同的加密原语,但与它们完全不兼容。

有关所有详细信息,请参阅文档

MSRV

Cargo.toml 中指定。增加是重大变更。

许可证

除非另有说明,否则本存储库中的一切均受以下版权声明保护

    Copyright (C) 2024  Matt Palmer <[email protected]>

    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/>.

依赖项

~4–11MB
~114K SLoC