Skip to content

nickv-nextcloud/passman

 
 

Repository files navigation

Passman

Place this app in owncloud/apps/

#Repos master = development stable7 = Stable for ownCloud 7 #What is this? Passman is a password manager for owncloud. It features client side password encryption with aes.

#Issues Report issue's using the template: https://github.com/brantje/passman/blob/master/issue_template.md

#Features

  • Add tags to an item
  • Tag cloud
  • Client side aes password encryption
  • Option to remember the encryption key in the localstorage.
  • Password generator with strength indicator
  • Abillity to add files to an item (usefull for qr codes, serials, ssl keys etc).
  • File uploading, files will be encrypted and then uploaded

#Screenshots Image Image Image Image

#Contribute If you want to help, git clone this repo, make your changes and send a PR.

#Todo (not in order of importance)

  • Bug fixes
  • Translations
  • Check in the backend if folderid exists
  • Firefox / chrome sync
  • Mobile sync??

#What works

  • Adding / editing / deleting folders
  • Adding / editing / deleting items
  • Files

#What does not work

  • Api
  • Sync

Running tests

After Installing PHPUnit run:

phpunit tests/

About

A password manager for owncloud

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 43.1%
  • PHP 32.6%
  • CSS 24.3%