Skip to content

A simple, lightweight, cross-platform and open-source CLI password manager.

Notifications You must be signed in to change notification settings

gabi200/bitsafe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

BitSafe Password Manager

A simple, lightweight, cross-platform and open-source CLI password manager. It can locally store your passwords, generate a random password and backup your data to a local drive.

The program stores your passwords securely encrypted in the application folder.

How to install

If you run the Python file, you need to have the cryptography and pyperclip modules installed.

Windows

For Microsoft Windows, you can download the executable BitSafePasswordManager.exe (you can also find it in Releases) using the following PowerShell command:

Invoke-WebRequest -Uri "https://github.com/gabi200/bitsafe/releases/download/v1.1.1/BitSafePasswordManager.exe" -OutFile BitSafePasswordManager.exe

If you have Python 3 installed, you can also download the main.py file and run it:

py main.py

Linux

For Linux, you need to download the main.py file using the following command:

wget -O BitSafePasswordManager.py "https://raw.githubusercontent.com/gabi200/bitsafe/master/main.py"

If have Python 3 installed run the following command:

sudo python3 BitSafePasswordManager.py

About

A simple, lightweight, cross-platform and open-source CLI password manager.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages