We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc55f64 commit e6aa815Copy full SHA for e6aa815
1 file changed
README.md
@@ -177,6 +177,7 @@ new SingleCryptText(
177
textDecoder?: TextDecoder
178
)
179
```
180
+
181
- `text`: The secret string to use as a key (should be high-entropy, such as a 32-byte random string).
182
- `urlSafe` (optional): Use `base64url` encoding (`true`, default) or regular `base64` (`false`).
183
- `extractable` (optional): Whether the generated cryptographic key is extractable. Defaults to `false`.
0 commit comments