Posts: 4,647
Threads: 1,494
Joined: Sep 2016
(Nov-26-2016, 10:50 PM)Larz60+ Wrote: Frankly, I have never trusted password generators.
What a great program for a hacker to write.
Generate a password, and keep a copy for yourself!
that's why i want to write my own, or at least use one i get in source.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,647
Threads: 1,494
Joined: Sep 2016
(Nov-27-2016, 05:32 AM)wavic Wrote: I don't remember passwords. I calculate them. I remember phrases for each site and pass them thru some hash functions and then I use the result as a password. If it is really important then base64 comes on the stage as one more step. For some sites, I calculate hashes for cropped snapshots of their pages. For forums like this one, that can't ruin my life, I use something much more simple
for sites like this, i do the phrase followed by a simple algorithm, such as fibonacci modulo len(word[n]) to select the letter..
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
Posts: 4,647
Threads: 1,494
Joined: Sep 2016
(Nov-26-2016, 11:18 AM)Ofnuts Wrote: (Nov-26-2016, 08:12 AM)Skaperen Wrote: want to have options to ensure that to avoid all-letter passwords for certain cases.
If this rule is known to the cracker, it actually reduces the set of possible passwords...
true, but the certain cases are sites that refuse such passwords. generating what they accept can avoid complicated failures.
Tradition is peer pressure from dead people
What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.