Skip to content

Releases: aliaftab612/SavePass-Frontend

SavePass Web v3.0.0

09 Sep 16:01
Compare
Choose a tag to compare

SavePass Web v3.0.0 Release

This release includes major updates related to saved password security. We have adopted best crypto algorithms to encrypt passwords and store in our database. All decryptions happen on client side by using a encryption key derived form Master Password and this Master password is never saved in our database and never get access to it. To authenticate users we store a heavily hashed output of Master key in our database which in current time is impossible to reverse engineer.

SavePass-Frontend v2.0.0

30 Jul 15:33
Compare
Choose a tag to compare

SavePass-Frontend release v2.0.0

Major Feature Changes :-

  1. Integrated with SavePass-Backend API
  2. Uplifted UI
  3. Added General Passwords searching functionality
  4. Made UI mobile friendly

SavePass-Frontend v1.0.0

19 Mar 09:54
Compare
Choose a tag to compare

SavePass-Frontend first release made with angular and firebase as backend.