Encrypt any JSON value (typically a DocJSON) under a password. Each call draws a fresh salt and nonce, so encrypting the same document twice yields unrelated ciphertexts.
DocJSON
Encrypt any JSON value (typically a
DocJSON) under a password. Each call draws a fresh salt and nonce, so encrypting the same document twice yields unrelated ciphertexts.