wownero/tests/functional_tests
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
..
test_framework first new functional tests 2018-06-29 10:06:22 +02:00
CMakeLists.txt Update 2018 copyright 2018-01-26 10:03:20 -05:00
blockchain.py first new functional tests 2018-06-29 10:06:22 +02:00
main.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
speed.py first new functional tests 2018-06-29 10:06:22 +02:00
transactions_flow_test.cpp store secret keys encrypted where possible 2018-08-16 11:57:43 +00:00
transactions_flow_test.h Update 2018 copyright 2018-01-26 10:03:20 -05:00
transactions_generation_from_blockchain.cpp Update 2018 copyright 2018-01-26 10:03:20 -05:00
transactions_generation_from_blockchain.h Update 2018 copyright 2018-01-26 10:03:20 -05:00