[erlang-questions] Secure Tokens

Vladimir Dronnikov dronnikov@REDACTED
Tue Apr 2 07:09:19 CEST 2013


I drive https://github.com/dvv/termit for this. Feel free to feedback/blame
:)


On Tue, Apr 2, 2013 at 12:15 AM, Bob Ippolito <bob@REDACTED> wrote:

> There's something similar to your requirements in here:
> https://github.com/mochi/mochiweb/blob/master/src/mochiweb_session.erl
>
>
> On Mon, Apr 1, 2013 at 1:05 PM, Lee Sylvester <lee.sylvester@REDACTED>wrote:
>
>> 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
>> _______________________________________________
>> erlang-questions mailing list
>> erlang-questions@REDACTED
>> http://erlang.org/mailman/listinfo/erlang-questions
>>
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20130402/bc351fd4/attachment.htm>


More information about the erlang-questions mailing list