c3ypt1c / PasswordManager

Internet Nomad password manager
MIT License
2 stars 2 forks source link

Use Electron Properly #15

Closed c3ypt1c closed 2 years ago

c3ypt1c commented 3 years ago

This means that there is no passing of secret data between pages (which is a security bug). It also means creating a huge single paged application. This will also promise better load times and improved security.

Left to merge:

c3ypt1c commented 2 years ago

https://github.com/c3ypt1c/PasswordManager/commit/f1b56ee29f37c97ddbd0294faf9d2fed1d9b02ce fixes all known security bugs on this project end

c3ypt1c commented 2 years ago

As of https://github.com/c3ypt1c/PasswordManager/commit/9eb0c8bc28dfa123d98d381ce87bcfe2bc0db899 there are no external pages.