Skip to content

A PWA for password manager. Works offline, no server, no database, uses local storage to store all data, built with react + redux + webpack.

License

Notifications You must be signed in to change notification settings

aleferov/secure-wallet

 
 

Repository files navigation

secure wallet

A PWA for password manager, works offline, uses local storage to store all data, built with react + redux + webpack.

App: https://gauravchl.github.io/secure-wallet/

artboard 2

Specs

  • Pure client side app, no server dependencies, store everything inside browser's local storage.
  • Encrypts all data using AES256 before saving it to storage.
  • Uses master key to perform AES operation. Master key is also protected with bcrypt

Tech Stack

TODO

  • Toggle button to show password
  • New version alert, reload btn
  • Show confirmation box before removing item
  • Backup & restore
  • Dropbox + Google Drive sync
  • Direct/Quick Copy(master key + separator + title) without login.
  • Add help guide
  • Add auto logout(after 5 min)
  • Password generator modal should be positioned absolutely, it is strange to see the form fields below move down.
  • Update logo(try wallet and circular combination lock)

About

A PWA for password manager. Works offline, no server, no database, uses local storage to store all data, built with react + redux + webpack.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 92.4%
  • HTML 7.2%
  • CSS 0.4%