monero/src/wallet/api
moneromooo-monero e9ffa91257
store secret keys encrypted where possible
The secret spend key is kept encrypted in memory, and
decrypted on the fly when needed.

Both spend and view secret keys are kept encrypted in a JSON
field in the keys file. This avoids leaving the keys in
memory due to being manipulated by the JSON I/O API.
2018-08-16 11:57:43 +00:00
..
address_book.cpp Stagenet 2018-03-05 11:55:05 +09:00
address_book.h Wallet API: add some missing override keyword 2018-06-28 09:59:09 +09:00
CMakeLists.txt wallet2_api: add blackball api 2018-03-16 10:32:59 +00:00
common_defines.h api implementation splitted over separate files 2016-06-23 15:50:17 +03:00
pending_transaction.cpp WalletApi: getMultisigInfo entry for gui wallets 2018-03-28 18:22:13 +03:00
pending_transaction.h Wallet API: add some missing override keyword 2018-06-28 09:59:09 +09:00
subaddress_account.cpp Readd copyright starting date 2018-01-26 10:03:20 -05:00
subaddress_account.h Readd copyright starting date 2018-01-26 10:03:20 -05:00
subaddress.cpp Readd copyright starting date 2018-01-26 10:03:20 -05:00
subaddress.h Wallet API: add some missing override keyword 2018-06-28 09:59:09 +09:00
transaction_history.cpp Stagenet 2018-03-05 11:55:05 +09:00
transaction_history.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
transaction_info.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
transaction_info.h Wallet API: add some missing override keyword 2018-06-28 09:59:09 +09:00
unsigned_transaction.cpp Stagenet 2018-03-05 11:55:05 +09:00
unsigned_transaction.h Wallet API: add some missing override keyword 2018-06-28 09:59:09 +09:00
utils.cpp wallet: disable core dumps on startup in release mode 2018-08-12 16:28:10 +00:00
wallet2_api.h wallet: allow adjusting number of rounds for the key derivation function 2018-08-08 01:56:54 +09:00
wallet_manager.cpp wallet2: make --restricted-rpc available for wallet RPC only 2018-08-16 09:54:23 +09:00
wallet_manager.h wallet: allow adjusting number of rounds for the key derivation function 2018-08-08 01:56:54 +09:00
wallet.cpp store secret keys encrypted where possible 2018-08-16 11:57:43 +00:00
wallet.h wallet2: make --restricted-rpc available for wallet RPC only 2018-08-16 09:54:23 +09:00