[erlang-questions] Password generator in Erlang

Zabrane Mickael zabrane3@REDACTED
Thu Aug 16 17:10:53 CEST 2012


Thanks for sharing this Artem. Very neat!!

Regards,
Zabrane

On Aug 16, 2012, at 4:53 PM, Artem Teslenko wrote:

> One more way to generate the passwords:
> 
> random:seed(now()).
> base64:encode_to_string(crypto:rand_bytes(16)).
> 
> "EbvUy9ZHTqoAOvMSZ53X5A=="





More information about the erlang-questions mailing list