Daily Archives: August 15, 2007

Cryptographically Random Unique String

Looking for a way to create a Random Password Generator, I came across the following code written by Peter Bromberg (I thought to post it here in case it saves someone some time). This code will generate a cryptographically random unique string of any length you want. Ah! BTW, I’ve made a very small modification [...]