19 releases

0.8.8 Dec 31, 2024
0.8.7 Jun 21, 2024
0.8.6 Nov 5, 2023

#16 in #encrypted

MIT/Apache

16KB
399 lines

Save Our Secrets SDK

Save our Secrets (SOS) is a cross-platform, distributed, encrypted database with a focus on security, integrity and redundancy. It can be used to store private secrets such as account passwords, notes, certificates and encryption keys.

This repository contains the software development kit (SDK) and several command line interface (CLI) tools.

To see the code in action download the app.

See the overview for concepts and terminology, the API documentation for the SDK or the API documentation for the networking library and check out the sync protocol API types for common networking code.

Server

The server can be run using docker; account data is written to the sandbox/accounts directory:

docker compose up

To run a server that uses a certificate issued by the Let's Encrypt ACME service for TLS see the notes in acme.toml.

OpenAPI

Start a development server using the sos-server crate:

cargo run -p sos-server -- start sandbox/config.toml

Then browse the server OpenAPI documentation or download the JSON.

License

The server code is licensed under AGPL-3.0; other crates are licensed under the MIT or Apache-2.0 license at your discretion.

© Copyright Save Our Secrets Pte Ltd 2022-2024; all rights reserved.


lib.rs:

Release artifact meta data for the Save Our Secrets SDK.

Dependencies

~2.8–4MB
~73K SLoC