Skip to content

Releases: Jscina/PyPass

Migration to SQLITE

30 Oct 00:09
Compare
Choose a tag to compare

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

29 Oct 01:48
45f8ee6
Compare
Choose a tag to compare

PyPass now has a proper installer! Simply run the PyPass-Setup.exe file to get started!

Security overhaul

10 Sep 18:06
Compare
Choose a tag to compare

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

11 Jan 20:36
Compare
Choose a tag to compare

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

04 Jan 01:02
a158593
Compare
Choose a tag to compare

Fixed a few bugs added in with v3.0

Removed remove all button as it would crash the program when clicked.

Changed the program to single file and now includes the license with the installer.

Overhaul Upate

02 Jan 12:38
0f5dbb3
Compare
Choose a tag to compare

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

09 Nov 04:43
e9ff85b
Compare
Choose a tag to compare

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

26 Aug 19:46
48ea150
Compare
Choose a tag to compare

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

20 Aug 21:51
229d74d
Compare
Choose a tag to compare

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

10 Aug 22:41
b6f294e
Compare
Choose a tag to compare

Increased size of button because of weird formatting