keysmith/autotests/account/test-utils
Johan Ouwerkerk 035348caa5 Implement encryption/decryption of token secrets
With this change token secrets are encrypted prior to writing them to
storage, and decrypted as and when needed to generate tokens. Additional
validation is performed to verify that token secrets can be decrypted
successfully when loading accounts from storage.

With this change issue #6 should finally be resolved.
2020-04-24 18:01:34 +02:00
..
CMakeLists.txt Implement encryption/decryption of token secrets 2020-04-24 18:01:34 +02:00
job.cpp Rewrite Account (storage) management as a separate (sub)module within Keysmtih 2020-01-28 06:49:06 +00:00
job.h Rewrite Account (storage) management as a separate (sub)module within Keysmtih 2020-01-28 06:49:06 +00:00
output.cpp Rewrite Account (storage) management as a separate (sub)module within Keysmtih 2020-01-28 06:49:06 +00:00
output.h Rewrite Account (storage) management as a separate (sub)module within Keysmtih 2020-01-28 06:49:06 +00:00
secret.cpp Implement encryption/decryption of token secrets 2020-04-24 18:01:34 +02:00
secret.h Implement encryption/decryption of token secrets 2020-04-24 18:01:34 +02:00
spy.cpp Rewrite Account (storage) management as a separate (sub)module within Keysmtih 2020-01-28 06:49:06 +00:00
spy.h Rewrite Account (storage) management as a separate (sub)module within Keysmtih 2020-01-28 06:49:06 +00:00