F483 / btctxstore

I simple library to store/retrieve information in bitcoin transactions using OP_RETURN
MIT License
10 stars 15 forks source link

Encryption/Decryption support. #9

Open F483 opened 9 years ago

F483 commented 9 years ago

Add possibility to encrypt and decrypt data with bitcoin keypair.

Require only (public key & address) or (data & signature & address) for encryption.

F483 commented 8 years ago

Google ecies

F483 commented 8 years ago

Generic correct encrypt/decrypt functions should be added anyway for convenience.