diff options
author | Zephyron <zephyron@citron-emu.orgq> | 2025-02-28 15:27:12 +1000 |
---|---|---|
committer | Zephyron <zephyron@citron-emu.orgq> | 2025-02-28 15:27:12 +1000 |
commit | a442078ee4c257e8c013a6edeec72de2267eb9da (patch) | |
tree | 4aa2fc3a849683ad60cb01081b3023b5b35ea8af /externals | |
parent | cc610ad9b648d5d66c03d3f97be4977e9562cf5f (diff) |
feat: Remove autogenerated key functionality
This commit removes the functionality that automatically generates and writes
keys to *_autogenerated files. The key derivation logic is preserved, but
derived keys are now only stored in memory and not written to disk.
Changes include:
- Remove loading from *_autogenerated key files
- Make WriteKeyToFile a no-op function
- Remove all file writing operations in SetKey methods
- Remove file writing for keyblobs and other derived keys
- Update copyright notices
This change improves security by not storing derived keys on disk and
simplifies the key management system.
Diffstat (limited to 'externals')
0 files changed, 0 insertions, 0 deletions