Google News
logo
PouchDB - Quiz(MCQ)
What is the purpose of PouchDB's 'Encryption' plug-in?
A)
To replicate data between databases
B)
To encrypt data stored in the database
C)
To provide secure authentication for users
D)
To compress a database to save disk space

Correct Answer :   To encrypt data stored in the database


Explanation : PouchDB’s “Encryption” plug-in allows you to encrypt data stored in the database.

Advertisement