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

https://github.com/k-g-prajwal/authentication-and-security


https://github.com/k-g-prajwal/authentication-and-security

authentication bcrypt cookies googleoauth hashing md5 passportjs-authentication salting security sessions

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# Authentication-and-Security

The various commits on this project demonstrates the levels of authorization and securtiy that can be added to a web application:

1. Username & Password
2. Database Encryption
3. Hashing(md5)
4. Hashing and Salting(bcrypt)
5. GoogleOAuth