aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests/account.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Copyright: Update to 2022mj-xmr2022-03-041-1/+1
|
* Revert "Use domain-separated ChaCha20 for in-memory key encryption"luigi11112020-08-171-34/+0
| | | | This reverts commit 921dd8dde5d381052d0aa2936304a3541a230c55.
* Use domain-separated ChaCha20 for in-memory key encryptionSarang Noether2020-08-091-0/+34
|
* Update copyright year to 2020SomaticFanatic2020-05-061-1/+1
| | | | Update copyright year to 2020
* Update 2019 copyrightbinaryFate2019-03-051-1/+1
|
* store secret keys encrypted where possiblemoneromooo-monero2018-08-161-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.