Skip to content
This repository has been archived by the owner on Jun 10, 2020. It is now read-only.
/ passer Public archive

Password Hasher (built within a simple HTML file using pure JS)

Notifications You must be signed in to change notification settings

oguzgelal/passer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

Passer - Password Hasher

This is a simple app that helps you manage your passwords. Alive @ pass.oguzgelal.com

Problem

  • You have dozens of accounts and different passwords for each... you can't remember which pass you give to which service
  • You have the same password for every service... if one of your accounts get hacked, you are screwed

Solution

  • Enter the service name (find yourself a unique rule so it can't be guessed) ex. hey!facebook, hey!twitter, hey!gmail, hey!paypal etc.
  • Determine a master password (It is OK if it is simple) ex. 123456
  • Generate password. Use the same combination so passer will generate the same password every time.

More Info

This is a simple html file without any dependancies. It doesn't need internet. You can download the html file and use it anywhere. The algorithm on the link above will never change, so you can use pass.oguzgelal.com without any worries. Or, you can download the html and upload it to your own server if you don't trust me xD You can turn this into a mobile app for Android, iOS etc. You can even make it run on an ATM or on a Kiosk. Sky is the limit, passer will work...

About

Password Hasher (built within a simple HTML file using pure JS)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages