crypto-pouch icon indicating copy to clipboard operation
crypto-pouch copied to clipboard

plugin for encrypted pouchdb/couchdb databases

Results 17 crypto-pouch issues
Sort by recently updated
recently updated
newest added

I am getting error while using this with react native. version : 4.0.1 "Error: no PRNG\n at randombytes

Hello, Is there a way to replicate data in encrypted form? My goal is to develop a zero-knowledge web service so I do not want the server to 1) see...

Currently you take the user password, pass it through pbkdf2, then use the result as the encryption key. If you were to instead use the result to encrypt/decrypt a buffer...

If I try and do a replication from a pouchdb with crypto-pouch applied it works fine. But when I then use the option: {filter:"_view",view:"results"} // results is a view no...

Steps to reproduce: Create a database Crypto it Replicate in a document with an attachment Call getAttachment on the document --> CustomPouchError

I wanted a way to determine whether the provided password / key was correct, so I took a stab at it. This is the general idea of what I'm looking...