Posted by nobody in Cryptography (edited )

Bringing to your attention that (for some years) there is a very small javascript crypto library. The site contains nice examples. For example, copy this paragraph into the "Verify" part of https://tweetnacl.js.org/#/sign as Message and add my public key, which is 6efE23aIqMLdkHj27fo1OJTt5VDyI/zx4eUcg9B7/3Q= and the next thing is the signature (which is obviously not part of the Message) which can be found on the following line.

dniIpfnsl9AQh7YXNDLIwUVVb9D0PW+JiissujwQDw5gIMfNL3em0Jm1fzLwGyTWuykyKv54AJcDJcF+xzxuAg==
3

Comments

You must log in or register to comment.

smartypants wrote

very good find. i implemented some of these features in the past in javascript, just some. So this is of interest to me.

thanks

1