You seem to have RSA and DSA confused. However, if you want to sign using RSA-sha256, then use the EVP interface for signing <http://openssl.org/docs/crypto/EVP_SignInit.html#>. You can initialize with the EVP_SignInit_ex() method with EVP_sha256() for the type argument.
thank you Nagesh kumar <https://mindmajix.com/node-js-training> On Friday, July 14, 2017 at 2:07:53 AM UTC+5:30, Nalini Shrma wrote: > > Hi, > > I want to generate RSA SHA256 token based on *jwt.io <http://jwt.io/>* by > javascript. Is there any source code or anything or available. > > > Regards > -- Job board: http://jobs.nodejs.org/ New group rules: https://gist.github.com/othiym23/9886289#file-moderation-policy-md Old group rules: https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines --- You received this message because you are subscribed to the Google Groups "nodejs" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/nodejs/e0bab4c2-87fb-4948-87c0-5e1040aaaf6a%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
