[erlang-questions] Secure Tokens

Lee Sylvester lee.sylvester@REDACTED
Mon Apr 1 22:05:47 CEST 2013


Hey guys,

So, I'd like to create secure tokens in Erlang.  This can either be a simple UUID generator which I then store with user credentials or a way to encode a string, such as JSON, as an encrypted token.  In Golang, I would do this with fernet, but I need an Erlang solution :-)

I know Erlang isn't best used for such tasks, but does anyone out there know of something usable for this purpose?

Thanks loads,
Lee


More information about the erlang-questions mailing list