Author

Topic: Need help about SPKAC in Crypto? (Read 165 times)

legendary
Activity: 1624
Merit: 2481
April 23, 2018, 03:03:00 AM
#6
A Javascript bitcoin libary can be found here: https://github.com/bitcoinjs/bitcoinjs-lib.

An bitcoin core RPC client can be found here on NPM.


Both are the first results on google.
Quite a lot of repositories, code snippets, libaries, .. can be found pretty fast using google.
jr. member
Activity: 59
Merit: 1
Node,Laravel,Angular,Reactjs,Vuejs,HTML,CSS
April 23, 2018, 02:49:40 AM
#5
You mean we can not able to use this crypto library to develop any sample program of node js with blockchain. Can you provide me any valuable link so i can start creating private key and associated public in node js?
legendary
Activity: 1624
Merit: 2481
April 23, 2018, 02:27:56 AM
#4
I am trying to follow below link so i can able to implement crypto using node js then i saw SPKAC  there i am confused about the SPKAC so i tried to figure out here "what SPKAC exactly".
https://nodejs.org/api/crypto.html


'The crypto module provides cryptographic functionality that includes a set of wrappers for OpenSSL's hash, HMAC, cipher, decipher, sign, and verify functions'.

Further, 'SPKAC is a Certificate Signing Request mechanism originally implemented by Netscape and was specified formally as part of HTML5's keygen element'.


Everything is explained in the link you have posted.
This is not related to cryptocurrencies. It is used for cryptographical functions (requesting, signing, verifying, ... signatures/authentication codes/etc.. ).
jr. member
Activity: 59
Merit: 1
Node,Laravel,Angular,Reactjs,Vuejs,HTML,CSS
April 23, 2018, 02:02:38 AM
#3
SPKAC stands for Signed Public Key and Challenge.

Quote
It is a format for sending a Certification Signing Request ... It is created using the little documented HTML keygen element[2] inside a number of Netscape compatible browsers.
- Wikipedia


Where did you read it in the context with crypto (cryptocurrency? or cryptography?) ?
I am not aware of any blockchain project somehow utilizing SPKAC.
This is something completely different (if you are comparing it with signature algorithms, etc.. in crypto(currencies)).





I am trying to follow below link so i can able to implement crypto using node js then i saw SPKAC  there i am confused about the SPKAC so i tried to figure out here "what SPKAC exactly".
https://nodejs.org/api/crypto.html
legendary
Activity: 1624
Merit: 2481
April 23, 2018, 01:42:32 AM
#2
SPKAC stands for Signed Public Key and Challenge.

Quote
It is a format for sending a Certification Signing Request ... It is created using the little documented HTML keygen element[2] inside a number of Netscape compatible browsers.
- Wikipedia


Where did you read it in the context with crypto (cryptocurrency? or cryptography?) ?
I am not aware of any blockchain project somehow utilizing SPKAC.
This is something completely different (if you are comparing it with signature algorithms, etc.. in crypto(currencies)).




jr. member
Activity: 59
Merit: 1
Node,Laravel,Angular,Reactjs,Vuejs,HTML,CSS
April 23, 2018, 12:39:18 AM
#1
Hi guys,

Can please little explain about SPKAC in simple words? So i can able to understand perfectly about SPKAC.
Jump to: