tasermonkey / iphone-passwordmaker

iPhone Version of the passwordmaker algorythm
GNU General Public License v3.0
12 stars 3 forks source link

Changing hash algorithm doesn't work (properly) #15

Open polpak opened 12 years ago

polpak commented 12 years ago

If you change the hash from the default (MD5) to something else (I'm trying SHA-256) the passwords it auto generates as you type your master password still uses MD5 until you either leave the app, and come back to it (clicking the home screen) or click into any of the other UI fields on the screen. Then the password will convert to the right algorithm. My guess is that the on-change for the master pass field isn't correctly looking at the algorithm field when computing the generated password.