Skip to content

Commit

Permalink
Bump to 0.2
Browse files Browse the repository at this point in the history
Signed-off-by: Adrien Gallouët <adrien@gallouet.fr>
  • Loading branch information
angt committed Apr 29, 2020
1 parent d771c32 commit fc5587c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Keep your little secrets, publicly.
- No configuration. Get back your file and you're done.
- Secret's name (hostname, mail, login, etc.) are also encrypted.
- Secret agent only trusts subprocesses. Not all user processes! How nice is that?
- Unstored secrets! Derived from a simple key and a passphrase.
- Supports unstored secrets. Derived from a simple key and a passphrase.
- Supports multiple passphrases. Not super user-friendly but nice to have.
- Depends only on the [libhydrogen](https://libhydrogen.org/) library.
- Small, simple and non obfuscated C code. Well, I hope so :)
Expand Down
2 changes: 1 addition & 1 deletion secret.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

#define S_COUNT(x) (sizeof(x) / sizeof((x)[0]))
#define S_VER_MAJOR 0U
#define S_VER_MINOR 1U
#define S_VER_MINOR 2U
#define S_ENTRYSIZE 512U
#define S_PWDGENLEN 25U
#define S_ENV_AGENT "SECRET_AGENT"
Expand Down

0 comments on commit fc5587c

Please sign in to comment.