From 1ee15151524ec47b9ab307a6a3192c96874f2d1d Mon Sep 17 00:00:00 2001 From: Jaime Galvez Martinez <121205552+TheHellishPandaa@users.noreply.github.com> Date: Wed, 1 Jan 2025 17:14:23 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de0e90d..5567a8c 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,8 @@ GNU-PasswdManager is a simple password manager built using Python and Tkinter. It allows users to store, generate, and manage their passwords securely. The passwords are encrypted using the Fernet symmetric encryption method from the `cryptography` library. ## Download The Project. For Linux/MacOS/Windows 7/10/11 -https://gnu-passwdmanager.github.io/downloads/ -https://thehellishpandaa.github.io/GNU-PasswdManager2025/ +- https://gnu-passwdmanager.github.io/downloads/ +- https://thehellishpandaa.github.io/GNU-PasswdManager2025/ ## Fix bugs - The `users.json` file, which contains all the master passwords, is automatically generated with superuser permissions, that is, only the `sudo` user can read and write to the file, for that reason, the program .py, must be run with superuser permissions (sudo)