crypto-pouch is an npm plugin to encrypt a PouchDB/CouchDB database. It encrypts with the AES-GCM using native crypto which prefers the native version in node or the web crypto version in the browser, falling back to the version from crypto browserify if no native version exists.
crypto-pouch is an npm plugin to encrypt a PouchDB/CouchDB database.It encrypts with the AES-GCM using native crypto which prefers the native version in node or the web crypto version in the browser, falling back to the version from crypto browserify if no native version exists.