feat: add seeded flag generation

This commit is contained in:
2026-05-16 17:56:41 +02:00
parent 46bb5768d1
commit ff791d8f8c
4 changed files with 17 additions and 5 deletions

View File

@@ -27,6 +27,7 @@ The provided `.env.example` file contains a sample configuration.
- `FLAG_LEN`: Number, the length of the flag
- `FLAG_FORMAT`: String, containing the constant `FLAG_GOES_HERE` to be replaced by the flag
- `FLAG_SEED`: String, the seed used to generate the flag, or `false` if it should be random
- `ENCRYPTOR_VENDOR_ID`: String, overwrite CPU vendor id. Will use system information if unset
- `ENCRYPTOR_MODEL_NAME`: String, overwrite CPU model name. Will use system information if unset
- `ENCRYPTOR_OS_VERSION`: String, overwrite OS version. Will use system information if unset