Never forget to download the Node red dashboard using this cmd line : node-red-dashboard . thank 4 watching
@catorlife4 күн бұрын
I believe password should be encrypted by bcrypt, not sha256 because sha256 lacks salt. Adding a random salt to each password improves security by making the hashes unique. also when creating database you should make the email field unique in register form, it should be 2 fields: newPassword and confirmPassword, if they are not equal then error is thrown, otherwise start encrypting and add into database. Error catching things in node red is another story
@Here_We_Code3 күн бұрын
Yeah Sure , it's just an example to demonstrate how to use those tools . Just an explication
@catorlife3 күн бұрын
@@Here_We_Code lol, did you just change the description to "encrypting them with bcrypt"? while your video is still implementing it as sha256