Skip to content

K-G-PRAJWAL/Authentication-and-Security

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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