Skip to content

Generate passwords to websites without storing passwords. Very secure!

Notifications You must be signed in to change notification settings

Stepashka20/master-password

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🔑 Master Password

The Master Password generates unique passwords in a consistent way, unlike traditional password managers. Passwords are not saved but generated every time based on information entered by the user, such as their name, master password, and a unique identifier for the service the password is used for (URL).

Golang Hits

⁉ Introduction

Master Password is a password generator that generates unique passwords in a consistent way, unlike traditional password managers. The generated passwords are not saved, but instead generated every time based on information entered by the user, such as their name, master password, and a unique identifier for the service the password is used for (URL).

🖼️ Screenshots

image image
image image

Features

  • Consistent password generation
  • No saved passwords
  • Customizable password generation
  • Easy to use UI
  • Secure algorithms
  • Lightweight (7MB exe, 3MB with UPX)
  • Open source

⚒ Building

1. Prerequisites for build

Linux:

apt install -y gcc xorg-dev libgtk-3-dev libgl1-mesa-dev libglu1-mesa

Windows: A C compiler, ideally TDM-GCC or MinGW-w64

2. Build From Source

git clone https://github.com/Stepashka20/master-password
cd master-password
  • Windows: go build -ldflags="-s -w -H=windowsgui -extldflags=-static"
  • Linux: go build -ldflags="-s -w"

📁 License

This project is licensed under the MIT License