public marks

PUBLIC MARKS with tag passphrase

2016

2011

2008

p a s s k o o l

by camel (via)
PassKool is a deterministic password generator. It tries to generate passwords that more or less sound like English. As PassKool generator is deterministic, identical inputs will give the same password. The security here relies on a secret passphrase used to generate the final password. A passphrase is usually easier to remember than a cryptic password. If you happen to forget the password, you can still retrieve it using PassKool. PassKool can also create deterministic password with random content. This may sound contradictory but the deterministic parameter is the seed used for the random generator. Here's a short example for a "root" account on some Unix/Linux box. By default, the password has a length of 12 characters. python passkool.py "root" "top secret phrase" ---> Generated password : quencatithro If you call this command again, you will find the same password.

PUBLIC TAGS related to tag passphrase

administration +   apache +   generator +   password +   python +   security +   server +   Smashing Magazine +   ssl +   ux +  

Active users

mfaure
last mark : 29/12/2016 16:34

Hieroglyphe
last mark : 09/05/2011 08:53

camel
last mark : 09/12/2008 16:44