Releases: Jscina/PyPass
Migration to SQLITE
The storage solution has been updated to utilize SQLite.
Previous versions of PyPass are now deprecated, and will no longer receive any support.
Passwords from older versions will need to be imported manually.
Installer overhaul
PyPass now has a proper installer! Simply run the PyPass-Setup.exe file to get started!
Security overhaul
Files have been reworked to utilize an engine as to the previous insecure method.
The custom installer was scrapped for a simpler method.
Default username/password for first-time use:
Username: Username
Password: Password
Installer Build
Built a custom installer to improve user experience.
Installation:
Extract the files to preferred location
Run the PyPass Installer.exe
Follow on screen prompts
If the cmd.exe window opens leave it alone
Once it finished you can delete the installer
Warnings:
Your antivirus may flag the file as a virus as it needs to encrypt/decrypt files
and calls on the subprocess command to run the installer,
however, the program is completely safe and doesn't
edit any files that it doesn't generate itself
Bug Fixes
Overhaul Upate
Storage Method:
Everything is now stored in a single file
Encryption Method:
Each username and password pair now has it's own unique key.
The master key found in the serial_cypher.py file is only used for the
default login credentials
Visuals:
The visuals have been completely overhauled and now scales with the display.
Compatibility:
This version is completely incompatible with previous versions.
Previous users must re-add their accounts into this version.
Installation:
The installation process is the same as the previous versions.
Run the PyPass_SFX.exe file and extract to preferred location.
Obfuscation Update
Changed the method the program stores the usernames and passwords to make it more difficult to access them.
Default username/password for first time use:
Username: username
Password: password
To install:
Simply extract the self extracting archive on top of your current installation or where you want it for new users.
For returning users you will have to re-enter your accounts
Visuals Update
Added a style sheet and changed the sizing on some of the widgets!
Default username/password for first time use:
Username: username
Password: password
To install:
Simply extract the self extracting archive on top of your current installation or where you want it for new users
Dates and Bug Fixes
Now when you add accounts the date you added them appears next to it
Added a little extra security on the login and update login page! Now your password to enter the app and change your login is no longer visible!
Also created a custom installer.
Minor Fixes
Increased size of button because of weird formatting