Bitcoin Forum
May 01, 2024, 12:33:30 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Need help about SPKAC in Crypto?  (Read 142 times)
laraveldeveloper (OP)
Jr. Member
*
Offline Offline

Activity: 59
Merit: 1

Node,Laravel,Angular,Reactjs,Vuejs,HTML,CSS


View Profile
April 23, 2018, 05:39:18 AM
 #1

Hi guys,

Can please little explain about SPKAC in simple words? So i can able to understand perfectly about SPKAC.
1714566810
Hero Member
*
Offline Offline

Posts: 1714566810

View Profile Personal Message (Offline)

Ignore
1714566810
Reply with quote  #2

1714566810
Report to moderator
1714566810
Hero Member
*
Offline Offline

Posts: 1714566810

View Profile Personal Message (Offline)

Ignore
1714566810
Reply with quote  #2

1714566810
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714566810
Hero Member
*
Offline Offline

Posts: 1714566810

View Profile Personal Message (Offline)

Ignore
1714566810
Reply with quote  #2

1714566810
Report to moderator
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
April 23, 2018, 06:42:32 AM
Merited by ABCbits (1)
 #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)).





laraveldeveloper (OP)
Jr. Member
*
Offline Offline

Activity: 59
Merit: 1

Node,Laravel,Angular,Reactjs,Vuejs,HTML,CSS


View Profile
April 23, 2018, 07: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
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
April 23, 2018, 07: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.. ).

laraveldeveloper (OP)
Jr. Member
*
Offline Offline

Activity: 59
Merit: 1

Node,Laravel,Angular,Reactjs,Vuejs,HTML,CSS


View Profile
April 23, 2018, 07: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?
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
April 23, 2018, 08: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.

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!