Skip to content

dmattox10-web26/pw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Has my password been leaked?

About:

This is honestly one of my coolest projects. I was tasked with finding and communicating with any free (open) API, and I found one for checking passwords. How it, and my application works is by hashing the password into an unrecognizable string of characters 512 bytes long! Then out of all of that mess, we only send the first 10 characters to the API!!! With the data they send a reply whether or not the password has been leaked online.

Tech Stack:

  • React for components
  • Redux for state
  • Keccak Hashing Algorithm
  • Axios for calls
  • Bootstrap through Reactstrap with Bootswatch theming for style

This app is deployed on my private server HERE

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 69.5%
  • CSS 21.1%
  • HTML 9.4%