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

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?

Floating Point Number From Crypto.randombytes() In Javascript

How do I convert the array of bytes returned from crypto.randomBytes into a to a floating point num… Read more Floating Point Number From Crypto.randombytes() In Javascript

Persist Sensitive Data In Browser? Possible?

I was wondering if these is some kind of technique so persist sensitive data out of a web app. I kn… Read more Persist Sensitive Data In Browser? Possible?

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

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

Elliptic Curve Cryptography With SJCL In JS And OpenSSL In Ruby

I am working on a web application which must be able to encrypt data with ECC on the server side an… Read more Elliptic Curve Cryptography With SJCL In JS And OpenSSL In Ruby