Skip to content

platform independent simple password manager app (nodejs - electron)

License

Notifications You must be signed in to change notification settings

ahmetcanozturk/JPwdManager

Repository files navigation

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.