encryption - Secure password handling for crypto-pouch in ionic -


after testing pouchdb ionic project, tried encrypt data crypto-pouch. able (only few restrictions left @ moment) , i'm searching secure way of handling password data encryption.

at moment app uses pouchdb store data local. propably sync database in few months.

the requirements handling password following:

  • unlock database/app password
  • use password data encryption
  • lock database/app after given time automatically (if there no action given time)
  • possibility change password

if of experience in things me or give me tip can find solution, glad. reason in advance.


Comments