From 1355b8e2a0dd6afb81c3d00749da66e68f453086 Mon Sep 17 00:00:00 2001 From: ManOfGoldForever Date: Sun, 1 Feb 2026 01:16:34 -0500 Subject: [PATCH] Updated README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 10f5ab1..220516f 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ All data lives in a hidden folder in your home directory if you ever need to sta - **Linux/Mac:** `~/.my_pass_manager` - **Windows:** `%USERPROFILE%\.my_pass_manager\` -This tool uses Argon2id to derive your encryption key from your master password making brute-force attacks computationally expensive. So even if someone stole your passwords.enc file from your computer, they would not be able to read it without your master password. So if someone happens to steal your passwords.enc file from your computer you have bigger problems than them figuring out your passwords. +This tool uses Argon2id to perform some black magic. So even if someone stole your passwords.enc file from your computer, they would not be able to read it without your master password. Basically, if someone manages to steal your passwords.enc file from your computer you have bigger problems than them figuring out your passwords. **Future Plans**