passhash
passhash copied to clipboard
Password Hasher Firefox extension
Results
12
passhash issues
Sort by
recently updated
recently updated
newest added
When going to, say, wheresmyserver.net.nz Password Hasher offers to create the password with the site tag 'net'. When I override it, and then later go to somethingelse.net.nz, it fills in...
For all who wants to implement this in other languages: there is error in one algorithm. Error is in function convertToDigits: s += String.fromCharCode((seed + sInput.charCodeAt(i)) % 10 + 48);...