We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
decipher.final
1 parent 7697aee commit c4fbdfaCopy full SHA for c4fbdfa
doc/api/crypto.md
@@ -317,7 +317,7 @@ added: v0.1.94
317
-->
318
319
Returns any remaining deciphered contents. If `output_encoding`
320
-parameter is one of `'latin1'`, `'base64'` or `'hex'`, a string is returned.
+parameter is one of `'latin1'`, `'ascii'` or `'utf8'`, a string is returned.
321
If an `output_encoding` is not provided, a [`Buffer`][] is returned.
322
323
Once the `decipher.final()` method has been called, the `Decipher` object can
0 commit comments