From 3057ab1d9dfcfb38c805cba7cf602aecc2666e70 Mon Sep 17 00:00:00 2001 From: night0721 Date: Wed, 22 May 2024 16:11:23 +0100 Subject: [PATCH] update description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b0ffbf9..56b7926 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # 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. +apm, argon password manager; a simple implementation of [pass](https://www.passwordstore.org/)(1) 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.