Re: This forum is for discussion of new features and future versions.

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: This forum is for discussion of new features and future versions.

NickM
I was kinda hoping for an option to use the hard coded password concept as a base password.  So the hard coded part would be a prefix (or postfix) to the password in the password field.  This would give me a somewhat longer master password at the minor cost of the risk of exposing a portion of it.
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

Re: This forum is for discussion of new features and future versions.

Sc00bz
This already exists but isn't not an option in the "Customize SuperGenPass" yet.

Replace ...gp2_genpass(0,0,0,0,0,0);... with something random or a base password like ...gp2_genpass(0,0,0,0,'lookAtMySaltMySaltIsAmazingTrogdoor1234',0);... only use letters and numbers otherwise you can break the bookmark.

For the IE bookmark you replace .../sgp2_0.js#0,0,0,0,0,0';... with ../sgp2_0.js#0,0,0,0,lookAtMySaltMySaltIsAmazingTrogdoor1234,0';...
Loading...