Skip to content
makr-code edited this page Dec 21, 2025 · 1 revision

lek_manager.cpp

Stand: 5. Dezember 2025
Version: 1.0.0
Kategorie: Src


Path: src/utils/lek_manager.cpp

Purpose: LEK (local encryption key) manager helpers and rotation policies.

Public functions / symbols:

  • ``
  • localtime_s(&tm, &time_t);
  • localtime_r(&time_t, &tm);
  • std::vector<uint8_t> lek(32); // 256-bit AES key
  • FieldEncryption enc(key_provider_);
  • std::scoped_lock lk(mu_);
  • ensureLEKExists(date_str);

Clone this wiki locally