Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which of the following is used to decrypt data in Node.js?
Home
NodeJS Essentials
Which of the following is used to decrypt data in Node.js?
0
votes
asked
May 27
in
NodeJS Essentials
by
Robin
Which of the following is used to decrypt data in Node.js?
A) crypto.createDecipher()
B) crypto.decrypt()
C) crypto.hash()
D) crypto.encode()
decrypt
data
node
js
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 27
by
Robin
Answer: A
Explanation: The crypto.createDecipher() method is used to decrypt data in Node.js.
...