An open API service indexing awesome lists of open source software.

https://github.com/shaik-sohail-72/authentication-level3

Hashing. Using hash function to turn passwords into a hash and we store that hash in our database. using md5 npm package to hash passwords.
https://github.com/shaik-sohail-72/authentication-level3

css3 ejs-template-engine express-js hashing html5 javascript md5-hash mongodb node-js

Last synced: about 2 months ago
JSON representation

Hashing. Using hash function to turn passwords into a hash and we store that hash in our database. using md5 npm package to hash passwords.

Awesome Lists containing this project

README

          

# Authentication-Leve3-Hashing
Using hash function to turn passwords into a hash and we store that hash in our database. using md5 npm package to hash passwords.

For more about how to provide security to the data, Read Authentication level-4 repository.
![Screenshot (281)](https://user-images.githubusercontent.com/106341416/170863256-e4ab67c0-6fd8-432e-8ef4-82c438094246.png)
![Screenshot (282)](https://user-images.githubusercontent.com/106341416/170863259-95560e74-be3f-46ce-bfb6-887c02811f65.png)
![Screenshot (284)](https://user-images.githubusercontent.com/106341416/170863264-516fa003-1220-44cb-a703-d4ff1cf24311.png)
![Screenshot (283)](https://user-images.githubusercontent.com/106341416/170863265-c5a9c229-a6c0-4070-bfb6-0f8cac96e843.png)