apm

Minimalistic command line password manager and a rewrite of pass in C
git clone https://codeberg.org/night0721/apm
Log | Files | Refs | README | LICENSE

commit 280f0550c679b8a82238dcba047e58e2e7c59e0d
parent 8905a0176c0a919f734094c5ca20a96d497c150e
Author: night0721 <[email protected]>
Date:   Wed, 22 May 2024 11:05:28 +0100

update readme to remove unnecessary blank line

Diffstat:
MREADME.md | 3---
1 file changed, 0 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md @@ -1,5 +1,4 @@ # apm - apm, argon password manager; a minimalistic command line password manager and a rewrite of [pass](https://www.passwordstore.org/) in C. It uses a unique key to encrypt every password, it provides functionality to edit, add, generate, show, list, remove passwords. It uses argon2 to create hash of master password and uses XSalsa20 to encrypt the password. > The name "argon" is chosen as it uses argon2 algorithm and sodium(library) is stored with argon. @@ -13,11 +12,9 @@ export APM_KEY=~/secret/apm_key `APM_DIR` is the directory where passwords are stored and `APM_KEY` is the path to the master key file. # Dependencies - - libsodium # Building - You will need to run these with elevated privilages. ```