56 releases (11 breaking)

0.15.1 Oct 20, 2024
0.14.11 Aug 17, 2024
0.14.9 Jul 28, 2024
0.10.2 Mar 4, 2024
0.5.0 Jul 20, 2023

#22 in #encrypted

Download history 417/week @ 2024-07-22 155/week @ 2024-07-29 134/week @ 2024-08-05 267/week @ 2024-08-12 214/week @ 2024-08-19 32/week @ 2024-08-26 14/week @ 2024-09-02 8/week @ 2024-09-09 125/week @ 2024-09-16 16/week @ 2024-09-23 124/week @ 2024-09-30 7/week @ 2024-10-07 147/week @ 2024-10-14 126/week @ 2024-10-21 15/week @ 2024-10-28 9/week @ 2024-11-04

297 downloads per month
Used in 6 crates (4 directly)

MIT/Apache

1MB
25K SLoC

High-level software development kit for a distributed encrypted database that can be used to build password managers, cryptocurrency wallets or other applications that require storing secrets securely.

This library provides primitives for syncing when the sync feature flag is enabled but does not perform any networking, for networking support use the sos-net crate.

The high-level account management API is described in account::Account which is implemented by account::LocalAccount for a network aware account use NetworkAccount in sos-net.

For lower-level access use the types in the [vault] module.

Features

Default features enable account management, audit trail, search and backup archives. If you want to just use encrypted vaults without the account management support disable default-features.

  • account Local account management.
  • audit Audit trail logs.
  • files Store external encrypted files.
  • recovery Primitives for social recovery.
  • search In-memory search index.

The following features require that the account feature is enabled:

  • archive Create and restore from account backup archives.
  • contacts Manage account contacts.
  • migrate Import and export unencrypted secrets.

Dependencies

~33–51MB
~751K SLoC