Skip to content

A complex program for secure and convenient local storage for management of important data, passwords and other contents in encrypted storage files.

License

Notifications You must be signed in to change notification settings

5x/spwd-manager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPWD Manager

A complex program for secure and convenient local storage and management of important data, passwords and other contents in encrypted storage files.

Build Windows Application

To create runnable execute application use next:

pyinstaller spwd_manager.spec

To reduce file size build with UPX from virtualenv:

python -m venv .
Scripts\activate.bat
pip install -r requirements.txt
pyinstaller --upx-dir "{{PATH_TO_UPX_DIR}}" spwd_manager.spec

More info about PyInstaller

Requirements

  • Python 3.8 or later
  • cryptography
  • pyinstaller
  • ttkbootstrap

Support & Contributing

Anyone is welcome to contribute. If you decide to get involved, please take a moment and check out the following:

License

The code is available under the MIT license.

About

A complex program for secure and convenient local storage for management of important data, passwords and other contents in encrypted storage files.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages