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

Using Rsa Public Key To Encrypt A String

I've been working on my expressjs project, but now I've run into a dead end. I need to encr… Read more Using Rsa Public Key To Encrypt A String

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?

Compatibility Of Window.crypto.getrandomvalues()

I need to generate cryptographically secure pseudorandom numbers, in Javascript. I know about the … Read more Compatibility Of Window.crypto.getrandomvalues()

Aes 256 On The Client Side (js) And In The Server (php)

I'm trying to encrypt and decrypt data on the server side and the client using the same type of… Read more Aes 256 On The Client Side (js) And In The Server (php)

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

Converting Getrandomvalue.browser From Cuid To Typescript?

The cuid() library has this function: var getRandomValue; var crypto = typeof window !== 'und… Read more Converting Getrandomvalue.browser From Cuid To Typescript?