aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/account.cpp (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-03-05Update 2019 copyrightbinaryFate1-1/+1
2018-08-16store secret keys encrypted where possiblemoneromooo-monero1-0/+71
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.