danicoin/src/simplewallet
moneromooo-monero e40cfc4e29
Encrypted payment IDs
A payment ID may be encrypted using the tx secret key and the
receiver's public view key. The receiver can decrypt it with
the tx public key and the receiver's secret view key.

Using integrated addresses now cause the payment IDs to be
encrypted. Payment IDs used manually are not encrypted by default,
but can be encrypted using the new 'encrypt_payment_id' field
in the transfer and transfer_split RPC calls. It is not possible
to use an encrypted payment ID by specifying a manual simplewallet
transfer/transfer_new command, though this is just a limitation
due to input parsing.
2015-08-09 10:13:41 +01:00
..
CMakeLists.txt 2014 network limit 1.0a +utils +toc -doc -drmonero 2015-02-20 22:13:00 +01:00
password_container.cpp simplewallet: allow a different password for the watch-only wallet 2015-06-12 16:45:29 +01:00
password_container.h simplewallet: allow a different password for the watch-only wallet 2015-06-12 16:45:29 +01:00
simplewallet.cpp Encrypted payment IDs 2015-08-09 10:13:41 +01:00
simplewallet.h wallet: new transaction construction algorithm 2015-07-22 19:24:30 +01:00