hello...
how can i sign json string with my privateKey using RSASSA-PKCS1-v1_5 using SHA-256
i need it for generate jwt token.
document help :
BASE64URL(UTF8(JWS Protected Header))|| '.' ||
BASE64URL(UTF8(JWS Payload()|| '.' ||
BASE64URL(JWS Signature)
Signature :
ASCII(BASE64URL(UTF8(JWS...
Ola
These libs are for encryption
Download
Things to note...
DO NOT USE MD5, SHA1 for your secure applications e.g. ditigal signatures
YOU CAN USE SHA-2 i.e. SHA256, SHA512
ANY HASH IS CRACKABLE, (EASIER FOR MD5 and SHA1) AND MORE HARDER IF IT HAS A "SALT"
THE MOST ADVANCED ENCRYPTION IS...
Blockchain
A digital ledger in which transactions made in bitcoin
or another cryptocurrency are recorded chronologically and publicly.
In more general terms, it’s a public database where new data are stored
in a container called a block and are added to an immutable chain
(hence blockchain) with...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.