wownero/contrib/epee
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
..
demo removing some unsed epee files 2017-01-20 01:05:14 +00:00
include store secret keys encrypted where possible 2018-08-16 11:57:43 +00:00
src wallet: wipe seed from memory where appropriate 2018-08-16 09:17:52 +00:00
tests Fix typos in various files 2018-03-15 18:25:38 +02:00
CMakeLists.txt Update 2018 copyright 2018-01-26 10:03:20 -05:00
LICENSE.txt year updated in license 2015-01-02 18:52:46 +02:00
README.md year updated in license 2015-01-02 18:52:46 +02:00

epee - is a small library of helpers, wrappers, tools and and so on, used to make my life easier.