Closed PiotrSss closed 3 years ago
Remove crypto and add crypto add the crypto pouch plugin to the database not encrypting the documents, you'd need to probably create a new database and add encryption with the new password then replicate between then.
Hi, I tried by
db.removeCrypto();
and thendb.crypto()
with different password, but without luck, how can I do it properly?