Google News
logo
PouchDB - Quiz(MCQ)
What is the syntax for encrypting a database with the PouchDB 'Encryption' plug-in?
A)
lock(password)
B)
secure(password)
C)
encrypt(password)
D)
protect(password)

Correct Answer :   db.encrypt(password)


Explanation : The syntax for encrypting a database with the PouchDB “Encryption” plug-in is “db.encrypt(password)”.

Advertisement