Using ETH private key to encrypt/decrypt a value in localStorage
I’m storing a sensitive string to local storage, but it is encrypted / decrypted with this: https://github.com/pubkey/eth-crypto?tab=readme-ov-file#encryptwithpublickey.
This means that even though an attacker can access the sensitive stri… Continue reading Using ETH private key to encrypt/decrypt a value in localStorage