From b5892964556f757895141c7b0d3d318fe5e2e2ed Mon Sep 17 00:00:00 2001
From: night0721 <night@night0721.xyz>
Date: Fri, 28 Feb 2025 13:31:24 +0000
Subject: [PATCH] Update manual

---
 apm.1 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/apm.1 b/apm.1
index 8b3b0b3..d200161 100644
--- a/apm.1
+++ b/apm.1
@@ -14,7 +14,7 @@ apm \- Minimalistic password manager
 .RB [ \-G ]
 
 .SH DESCRIPTION
-apm is a minimalistic command line password manager and a rewrite of pass 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.
+Simple implementation of pass in C. It uses a unique key to encrypt every password, it provides functionality to edit, add, generate, show, list, remove passwords. It uses blake2b to create hash of master password and uses AES256-CBC to encrypt the password.
 
 .SH OPTIONS
 .TP