This commit is contained in:
llopis15 2021-03-16 08:03:39 +01:00
parent 4b76ec732f
commit 0051c7e9aa
1 changed files with 2 additions and 0 deletions

View File

@ -14,4 +14,6 @@ const encryptPassword = async(password) => {
return crypto.publicEncrypt(externKey, buffer).toString("base64");
};
//rebase
exports.encryptPassword = encryptPassword;