Node.js decipher.update() Method
The decipher.update() method is an inbuilt application programming interface of class Decipher within crypto module which is used to update the decipher with the data according to the given encoding format. Syntax: const decipher.update(data[, inputEncoding][, outputEncoding]) Parameters: This metho