EOSIO / eosjs

General purpose library for the EOSIO blockchain.
http://eosio.github.io/eosjs
MIT License
1.43k stars 463 forks source link

[v21] AES encryption #735

Closed jnordberg closed 4 years ago

jnordberg commented 4 years ago

eosjs-ecc provided a very useful helper for AES encryption that's no longer included now that eosjs uses elliptic.js.

Any plans to continue supporting this? IMO it's a great thing to offer since it is really easy to get wrong when rolling your own encryption scheme

Refs #734

tbfleming commented 4 years ago

eosjs focuses on communicating with nodeos. AES isn't part of that.