• Stars
    star
    1
  • Language
    JavaScript
  • Created almost 3 years ago
  • Updated almost 3 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

In this repository I am doing encryption using node js library called Bycryptjs through which i am encrypting user's password to salt and saving it on database during signup and comparing user's password to salt which is stored in DB during login.