Mintbase / neareth

A simple Near App for storing ethereum private keys (encrypted by near account)
0 stars 0 forks source link

Evaluate CryptoJS as Encryption Library #6

Closed bh2smith closed 9 months ago

bh2smith commented 9 months ago

I believe we discussed and we could store the nonce in public as well. However, I think we also concluded on using a different encryption library (cf CryptoJS -- however this library is no longer maintained and they say that NodeJS has a native Crypto package)

Example:

https://stackoverflow.com/questions/18279141/javascript-string-encryption-and-decryption

_Originally posted by @bh2smith in https://github.com/Mintbase/neareth/pull/3#discussion_r1471313105_