On Aug 16, 2012, at 9:53 AM, Artem Teslenko <ates@REDACTED> wrote: > One more way to generate the passwords: > > random:seed(now()). > base64:encode_to_string(crypto:rand_bytes(16)). Note: random:seed() is not related to crypto:rand_bytes(). Just the second line will do. Regards, Jeremey.