hive-keychain / hive-keychain-mobile

React Native wallet for the Hive blockchain
MIT License
27 stars 12 forks source link

Add memo encryption / decryption capability #7

Closed stoodkev closed 3 years ago

stoodkev commented 3 years ago

Is your feature request related to a problem? Please describe. Currently there is no way to decrypt or encrypt memos.

Describe the solution you'd like Decryption from transfer history and encryption from transfer modal.

Additional context This task is harder than expected and I already spent quite some time on this. The reason for this is that the functions used for encryption in @hiveio/hive-js use the core node module crypto that is not available in react-native context. I have tried some known workarounds so far, not to avail (in production).