Updated encrypt.js instructions

This commit is contained in:
SowinskiBraeden committed 2021-04-04 22:21:18 -07:00
1 parent 6dad94019f
commit fbd4d22daa
1 file changed
+2
+2
View File
@@ -2,6 +2,8 @@ const bcrypt = require('bcryptjs');
// Set `password` as the password you will use // Set `password` as the password you will use
// Then Run this script and copy the output as it is your encrypted password // Then Run this script and copy the output as it is your encrypted password
// To run; open your CMD or Terminal in this directory, and use command 'node encrypt.js'
let password = ""; let password = "";
// Encrypts password and returns encrypted password // Encrypts password and returns encrypted password