From 9481074f0ca355316de00c323d977b784a5c777c Mon Sep 17 00:00:00 2001 From: Abhishek Sinha Date: Sat, 6 Oct 2018 21:26:27 +0530 Subject: [PATCH] sign function complete --- .gitignore | 3 +- supernode/ecdsa.html | 196 +++++++++++++++++++++++++++++++++++++++++++ supernode/main.html | 77 +++++++++++++++-- 3 files changed, 268 insertions(+), 8 deletions(-) create mode 100644 supernode/ecdsa.html 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 @@ - - +