We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a6cdfa commit 4bc8f75Copy full SHA for 4bc8f75
doc/api/crypto.md
@@ -3697,7 +3697,7 @@ Returns information about a given cipher.
3697
Some ciphers accept variable length keys and initialization vectors. By default,
3698
the `crypto.getCipherInfo()` method will return the default values for these
3699
ciphers. To test if a given key length or iv length is acceptable for given
3700
-cipher, use the `keyLenth` and `ivLenth` options. If the given values are
+cipher, use the `keyLength` and `ivLength` options. If the given values are
3701
unacceptable, `undefined` will be returned.
3702
3703
### `crypto.getCiphers()`
0 commit comments