sos-sdk 0.16.5

Distributed, encrypted database for private secrets.
docs.rs failed to build sos-sdk-0.16.5
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: sos-sdk-0.17.1

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.

See the Save Our Secrets website for more documentation and information.

A higher-level account management API is described in sos_account::Account which is implemented by sos_account::LocalAccount. For a network aware account with sync capability use sos_net::NetworkAccount.

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

Features

  • contacts Manage account contacts.
  • files Store external encrypted files.