8000
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.
decipher.final
1 parent adb3067 commit b167727Copy full SHA for b167727
doc/api/crypto.md
@@ -313,7 +313,7 @@ added: v0.1.94
313
-->
314
315
Returns any remaining deciphered contents. If `output_encoding`
316
-parameter is one of `'latin1'`, `'base64'` or `'hex'`, a string is returned.
+parameter is one of `'latin1'`, `'ascii'` or `'utf8'`, a string is returned.
317
If an `output_encoding` is not provided, a [`Buffer`][] is returned.
318
319
Once the `decipher.final()` method has been called, the `Decipher` object can
0 commit comments