Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 742 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 742 Bytes

JPwdManager

JPwdManager is a platform independent simple password manager application developed with javascript, NodeJS and Electron.

Content Files

  • passwords are stored in encrypted json file (appdata/data.json) file.
  • symmetric encryption key is stored in appdata/encryptionKey.json
  • encyrption algorithm, initialization vector length and password length stored in appdata/settings.json

Releases

Release for Windows platform is available under Releases.

JPwdManager is an Electron desktop application, creating releases for other platforms defined in electron application distribution page.