This is the part I'm stuck on:

So the password helper will:
     1. Prompt for username and password
     2. generate a salt of 8 random bytes (from the set [a–zA–Z0–9./])
        gotten from /dev/urandom
     3. Output username and crypt.crypt(password, "$1$%s$" % salt)

How do I get urandom to only do valid chars?



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys - and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Freevo-users mailing list
Freevo-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freevo-users

Reply via email to