diff --git a/.gitignore b/.gitignore index 9c5469c..f75ce25 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,5 @@ examples.mk json-rpc/ supernode/websocket_chat supernode/floaddress.org.html -supernode/Makefile \ No newline at end of file +supernode/Makefile +list.txt \ No newline at end of file diff --git a/supernode/ecdsa.html b/supernode/ecdsa.html new file mode 100644 index 0000000..9a54964 --- /dev/null +++ b/supernode/ecdsa.html @@ -0,0 +1,196 @@ + + + + WebCrypto API Demo: ECDSA Generate Keys Sign Verify Message + + + + +

Generate ECDSA Public Private Keys and perform Sign and Verify Message

+ +
+ + Named Curve + + Input Text to Signed + + + + +
+ +
+ Signature Output (Hex)
+ ECDSA Public Key (JWK) :
+ ECDSA Private Key (JWK): +
+ + +
Thanks for downloading the code, if you like it Support 8gwifi.org By purchasing The Modern Cryptography Cookbook + + + + \ No newline at end of file diff --git a/supernode/main.html b/supernode/main.html index b9400db..9945dc9 100644 --- a/supernode/main.html +++ b/supernode/main.html @@ -38,8 +38,6 @@ - - +