Skip to content

Releases: ankitjosh78/PassBot

Stronger Encryption with random salt file

19 Nov 14:36
6fae1fe
Compare
Choose a tag to compare

This release does not bring any new feature for the user but focuses more on the security aspect of the encryption process.

Previously, I was using a fixed salt file due to some encoding errors with os.urandom() module but with this release those issues are gone . So you can expect a much higher security.

Better Encryption

24 Sep 08:01
b980b01
Compare
Choose a tag to compare

This new release enables the user to encrypt his/her credentials with help of a Master Password using a key deriving function.
Unlike the previous version,which allowed the user to use only computer generated passwords,this one enables the user to use their own passwords.
This also has a few bug fixes.

All in all, this is a lot better over the previous one.