![]() |
New password generator - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Design (https://sinister.ly/Forum-Design) +--- Forum: Web Design (https://sinister.ly/Forum-Web-Design) +--- Thread: New password generator (/Thread-New-password-generator) Pages:
1
2
|
New password generator - Slim - 05-04-2013 I've been working on a password generator for the past hour and finally got something worth showing, obviously there is a lot more I can do with this but I am probably going to wait until I think of a name and find a domain to move it to before implementing anything else. http://pwgen.thug.pw Opinions or suggestions for new features? MyBB Implementation Templates & Style > Choose Template Name to Match Theme > Member > member_register_password. Now add this code at the BOTTOM of the field. (shows in member registration) Code: <tr> Obviously you can mess with any CSS to get everything exactly how you want it. RE: New password generator - Sirius - 05-04-2013 Don't think you can have use for this. I won't ever remember a password from it. RE: New password generator - Zurchi - 05-04-2013 (05-04-2013, 05:13 PM)๖ۣۣۜۜHawk Wrote: Don't think you can have use for this. I won't ever remember a password from it. That's why you write them down.. RE: New password generator - Slim - 05-04-2013 (05-04-2013, 05:13 PM)๖ۣۣۜۜHawk Wrote: Don't think you can have use for this. I won't ever remember a password from it. The point is to generate secure passwords which aren't likely to be cracked, you save the password somewhere safe or write it down. But, I guess it would also be cool if I put in a feature for those who want to generate random phrase passwords made up of different words/ numbers like 'Duckgoose@1261' for example. (05-04-2013, 05:15 PM)Zurchi Wrote: That's why you write them down.. This. RE: New password generator - Electric Shock - 05-04-2013 Writing them down is risky. My dad read all my passwords at once and dammit, I had to change EVERY SINGLE ONE OF EM'. AAAAAAAA RE: New password generator - Zurchi - 05-04-2013 (05-04-2013, 07:11 PM)Electric Shock Wrote: Writing them down is risky. My dad read all my passwords at once and dammit, I had to change EVERY SINGLE ONE OF EM'. AAAAAAAA Save them to a file on your computer of which only you know? RE: New password generator - Slim - 05-05-2013 (05-04-2013, 07:11 PM)Electric Shock Wrote: Writing them down is risky. My dad read all my passwords at once and dammit, I had to change EVERY SINGLE ONE OF EM'. AAAAAAAA As Zurchi said, just save them in a file on your computer, hide it somewhere and name it something which doesn't make it obvious it's a file containing all of your passwords. RE: New password generator - Electric Shock - 05-05-2013 I don't save them anymore. I just emgrave it in my brains. RE: New password generator - Epicfied - 05-06-2013 (05-04-2013, 05:16 PM)Slim Wrote: But, I guess it would also be cool if I put in a feature for those who want to generate random phrase passwords made up of different words/ numbers like 'Duckgoose@1261' for example. I really like this idea. I distaste writing down my passwords because who knows where they will end up or when I'll need them. I've never written them down and much rather memorize them. However, at the same time,some people really like the randomized ones. It'd be a success if you satisfied all groups of people. RE: New password generator - Slim - 05-06-2013 (05-06-2013, 04:01 AM)Epicfied Wrote: I really like this idea. I distaste writing down my passwords because who knows where they will end up or when I'll need them. Awesome, thanks for your feedback! I'll look at hopefully implementing this feature later this week. |