Skip to content Skip to sidebar Skip to footer
Showing posts with the label Cryptography

Access Browser Certificate Store Using Javascript

how can i access browser certificate store, using javascript ,to know if a CA's Root certificat… Read more Access Browser Certificate Store Using Javascript

How To Get This Prng To Generate Numbers Within The Range?

I found this which I made into this below, for 8 and 16 bit numbers in JavaScript: However, while … Read more How To Get This Prng To Generate Numbers Within The Range?

Jsrsasign - How To Extract An X.509 Certificate's Fingerprint?

Is it possible to use jsrsasign to extract the fingerprint of an x.509 certficate, similar to what … Read more Jsrsasign - How To Extract An X.509 Certificate's Fingerprint?

Getting The Same Result From Ruby As Javascript For Bitwise Xor

In Ruby: -1104507 ^ 3965973030 => -3966969949 In Javascript: -1104507 ^ 3965973030 => 327997… Read more Getting The Same Result From Ruby As Javascript For Bitwise Xor

Aes-cmac Module For Node.js?

Is there a Node.js module that handles AES-CMAC (RFC 4493)? I've been searching around NPM, Goo… Read more Aes-cmac Module For Node.js?

Encrypt String In Javascript And Decrypt In Php With Rsa Technique

I am trying to encrypt some text in JavaScript and then send it to PHP (etc: with Ajax) to decrypt … Read more Encrypt String In Javascript And Decrypt In Php With Rsa Technique

How To Get Hmac With Crypto Web Api

How can I get HMAC-SHA512(key, data) in the browser using Crypto Web API (window.crypto)? Currently… Read more How To Get Hmac With Crypto Web Api

AES-CMAC Module For Node.js?

Is there a Node.js module that handles AES-CMAC (RFC 4493)? I've been searching around NPM, Goo… Read more AES-CMAC Module For Node.js?