We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6aa815 commit ad1214dCopy full SHA for ad1214d
1 file changed
README.md
@@ -271,6 +271,7 @@ decryptTextSymmetrically(
271
textDecoder?: TextDecoder
272
): Promise<string>
273
```
274
+
275
- `key`: A symmetric key previously generated with `createSymmetricKeyFromText`.
276
- `encryptedText`: The string value to decrypt (encrypted with compatible methods/settings).
277
- `urlSafe` (optional): If `true` (default), expects `base64url`; if `false`, expects regular `base64`.
0 commit comments