Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-08-16 | store secret keys encrypted where possible | moneromooo-monero | 1 | -1/+3 | |
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-04-22 | wallet cli/rpc: terminate execution with code 0 when --help or --version is ↵ | stoffu | 1 | -1/+5 | |
given | |||||
2018-03-15 | Fix typos in various files | Dimitris Apostolou | 1 | -1/+1 | |
2018-03-10 | wallet2 / simplewallet: Must opt-in to create '.address.txt' files for new ↵ | Leon Klingele | 1 | -3/+6 | |
wallets Previously, a file containing the unencrypted Monero address was created by default in the wallet's directory. This file might pose as a privacy risk. The creation of this file is now opt-in and can be enabled by providing --create-address-file | |||||
2018-03-05 | Stagenet | stoffu | 1 | -6/+14 | |
2018-01-26 | Readd copyright starting date | xmr-eric | 2 | -2/+2 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 2 | -2/+2 | |
2018-01-11 | Keep readline optional | Jethro Grassie | 1 | -1/+1 | |
2017-12-17 | N-1/N multisig | moneromooo-monero | 1 | -2/+30 | |
2017-12-17 | gen_multisig: generates multisig wallets if participants trust each other | moneromooo-monero | 2 | -0/+267 | |