[erlang-questions] Code Signing

Tyron Zerafa tyron.zerafa@REDACTED
Mon Nov 4 16:23:08 CET 2013


Yeah, completely forgot about the public_key module, will look into it.
 I was wondering whether there is something already built in Erlang
specific to code which I might use.


On Mon, Nov 4, 2013 at 4:06 PM, Erik Søe Sørensen <eriksoe@REDACTED> wrote:

> Can't you simply sign the binary like you would any other binary?
> There is functionality for that, in public_key I believe.
> Den 04/11/2013 14.46 skrev "Tyron Zerafa" <tyron.zerafa@REDACTED>:
>
> Hi,
>
>     I'm wondering whether Erlang has got any form of code signature? Put
> simply, I would like to sign a module, transfer it to another node (through
> some intermediary nodes) and then ensure its authenticity on the receiving
> end. This would guarantee that no one tempered the code. Anyone knows of
> any extensions or mechanisms, I'm doing some research but haven't found
> anything yet?
>
> Thanks,
> Tyron
>
>
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
>
>


-- 
Best Regards,
Tyron Zerafa
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20131104/a0936b2a/attachment.htm>


More information about the erlang-questions mailing list