bcndev / bytecoin

GNU Lesser General Public License v3.0
232 stars 221 forks source link

How to decrypt value of "Extra" Field in a Transaction? #92

Open cryptotronxyz opened 6 years ago

cryptotronxyz commented 6 years ago

Hi, Can anyone please tell me how I can decrypt he content - could be a short string of text - sent in the "extra" field of a transaction sent via walletd?

When I retrieve a specific transaction, the value of the "extra" field is encrypted. What do I need to do to decrypt it?

Many thanks!