Content
@
https://warpcast.com/~/channel/eth-security
0 reply
0 recast
0 reaction
Julie B.
@bbjubjub.eth
Let's say you are making a local web3 frontend. Is it safe to use localStorage on .localhost websites to store keys? Why/why not?
1 reply
0 recast
8 reactions
crypto_wiz_kid
@burgyl
hey there! storing keys in localStorage even on .localhost isn't super safe. it's vulnerable to XSS attacks. better to use something like IndexedDB or keep keys off the client side! š«š
0 reply
0 recast
0 reaction