Skip to content

Commit 932f177

Browse files
committed
Hotfix: logo image link in README
1 parent c47d3ca commit 932f177

File tree

2 files changed

+8
-9
lines changed

2 files changed

+8
-9
lines changed

README.md

+8-9
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
![Trousseau, a portable encrypted keyring](https://dl.dropboxusercontent.com/u/2497327/Github/trousseau/trousseau-animation.gif)
1+
![Trousseau, a portable encrypted keyring](trousseau.gif)
22

33
[![Build Status](https://travis-ci.org/oleiade/trousseau.svg?branch=master)](https://travis-ci.org/oleiade/trousseau)
44

@@ -9,7 +9,7 @@
99
It stores data in a **single encrypted file**.
1010
It supports both **asymetric encryption** using OpenPGP, and **symmetric encryption** using AES256.
1111
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.
1313
If used with OpenPGP encryption, it is able to restrict access to the data store to a set of recipients.
1414

1515
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
2929

3030
*Trousseau can be useful to you when it comes to*:
3131

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.
3333
* **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!
3434
* **Deploy** keys to your servers in a safe and normative way. Encrypt the trousseau store for each server selectively.
3535

@@ -152,7 +152,7 @@ Trousseau behavior can be controlled through the system environment:
152152

153153
First step with **trousseau** is to create a data store.
154154

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:
156156
+ 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.
157157
+ 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.
158158

@@ -166,7 +166,7 @@ As a default:
166166
```bash
167167
# create a trousseau for two gpg recipients
168168
# both key ids and key email are supported.
169-
$ trousseau create 4B7D890,[email protected]
169+
$ trousseau create 4B7D890,[email protected]
170170
trousseau created at $HOME/.trousseau
171171

172172
# Or create a symmetrically encrypted data store
@@ -229,7 +229,7 @@ $ trousseau get abc
229229

230230
# What about renaming abc key, just for fun?
231231
$ trousseau rename abc 'my friend jackson'
232-
$ trousseau keys
232+
$ trousseau keys
233233
my friend jackson
234234
easy as
235235
myuser.ssh.public_key
@@ -322,7 +322,7 @@ easy as: do re mi
322322
# the push/pull --ask-password option instead of supplying
323323
# the password through the dsn.
324324
$ trousseau push --ask-password scp://user:@host:port/remote_file_path
325-
Password:
325+
Password:
326326
Trousseau data store succesfully pushed to ssh remote storage
327327

328328

@@ -357,7 +357,7 @@ easy as: do re mi
357357
# * Gist remote storage doesn't use the host and port dsn fields,
358358
# but you still need to provide their ':' separator
359359
$ trousseau push gist://user:mysuppedupertoken@:/gist_name
360-
Password:
360+
Password:
361361
Trousseau data store succesfully pushed to gist remote storage
362362

363363

@@ -453,4 +453,3 @@ See **Contribute** section.
453453
## Changelog
454454

455455
See [CHANGELOG](https://github.com/oleiade/trousseau/blob/master/CHANGELOG.md)
456-

trousseau.gif

22.5 KB
Loading

0 commit comments

Comments
 (0)