You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It supports both **asymetric encryption** using OpenPGP, and **symmetric encryption** using AES256.
11
11
It can be easily synced across devices using Dropbox, OneDrive...
12
-
It can be exported and imported to/from multiple remote storages using integrated S3, ssh, and gist support.
12
+
It can be exported and imported to/from multiple remote storages using integrated S3, ssh, and gist support.
13
13
If used with OpenPGP encryption, it is able to restrict access to the data store to a set of recipients.
14
14
15
15
Create a *trousseau* data store, add some key-value pairs to it, push it to S3 and re-import it from another device or simply sync it over Dropbox. Safe data sharing had never been that simple!
@@ -29,7 +29,7 @@ However it has proved being useful to anyone who need to store and eventually sh
29
29
30
30
*Trousseau can be useful to you when it comes to*:
31
31
32
-
***Store** sensitive data: No more plain certificates and keys in your repositories and configuration files. Your brand new shiny infrastructure surely relies on many certificates and private keys of different kinds: ssl, rsa, gpg, ... *Trousseau* provides a simple and fine-tuned way to store their content in a single file that you can safely version using your favorite version control system.
32
+
***Store** sensitive data: No more plain certificates and keys in your repositories and configuration files. Your brand new shiny infrastructure surely relies on many certificates and private keys of different kinds: ssl, rsa, gpg, ... *Trousseau* provides a simple and fine-tuned way to store their content in a single file that you can safely version using your favorite version control system.
33
33
***Share** passwords, keys and other critical data with co-workers and servers in your cluster in a safe manner. *Trousseau* can encrypt its content for specific recipients you provide to it (Only the recipient you intend will be able to import and read-write the *Trousseau* store content). *Trousseau* proved itself to be a great way to share some services passwords with your co-workers too! Simply set up a trousseau store with symmetric encryption, sync it over dropbox, et voila!
34
34
***Deploy** keys to your servers in a safe and normative way. Encrypt the trousseau store for each server selectively.
35
35
@@ -152,7 +152,7 @@ Trousseau behavior can be controlled through the system environment:
152
152
153
153
First step with **trousseau** is to create a data store.
154
154
155
-
To do so, you will need to decide the kind of encryption you wish to use:
155
+
To do so, you will need to decide the kind of encryption you wish to use:
156
156
+ OpenPGP asymmetric encryption: accessing the data store will be restricted to the recipients (gpg) its been encrypted for. This is probably the best choice if you intend to share the data store with multiple servers or gpg capable devices. It can also be a good choice if you inted to share the data store with a team or selected people.
157
157
+ AES256 symmetric encryption: the data store will be encrypted using a passphrase you will provide. This is probably the best choice if you intend to store sensitive personal informations (passwords, bank details, bitcoins...) and sync it accross devices.
0 commit comments