Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/tteeoo/sest
Browse files Browse the repository at this point in the history
  • Loading branch information
tteeoo committed May 13, 2020
2 parents ad2bc3c + 4880b6e commit 8224743
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# sest
## sest: secure strings
# sest: secure strings

`sest` is effectively a local command-line password manager, but can really be used to store any sensitive string of characters.

Expand All @@ -16,6 +15,8 @@ If you have go installed, simply run `go install` [(install go here)](https://go

Otherwise, a linux binary is provided in the `bin/` directory (compiled on arch btw)

The default directory where containers are stored is `$HOME/.sest`, set the environment variable `SEST_DIR` to change this (no slash at the end).

## Usage:
sest [--version | -V] | [--help | -h] | [<command> [arguments]]

Expand All @@ -34,8 +35,6 @@ sest [--version | -V] | [--help | -h] | [<command> [arguments]]

**rm (container name) (key name):** removes a key-value pair from a container, will ask for a master password

The default directory where containers are stored is `$HOME/.sest`, set the environment variable `SEST_DIR` to change this (no slash at the end).

## Security
To be frank, I am no cryptography expert, and one may find a flaw in this system (as such I, nor any other contributers are responsible for stolen data), although I trust this program and I'm 99% sure that it's perfectly fine for storing any sensitive information.

Expand Down

0 comments on commit 8224743

Please sign in to comment.