From 2bb2a2983f013d8e5fa859f5150bfffde75e1df2 Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Tue, 6 Jan 2026 14:57:52 +0300 Subject: [PATCH] Update README.md --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 54ff5a7..138c492 100644 --- a/README.md +++ b/README.md @@ -57,6 +57,14 @@ Generate 16 bytes/32 characters HEX with OpenSSL or another way: ```bash openssl rand -hex 16 ``` +OR +```bash +xxd -l 16 -p /dev/urandom +``` +OR +```bash +python3 -c 'import os; print(os.urandom(16).hex())' +``` **1. Place your config to /etc/telemt.toml**