From 5c6cd62df125e7b3c1ce9d37954b9ce5fbbfe231 Mon Sep 17 00:00:00 2001 From: Florian Preinstorfer Date: Wed, 17 Dec 2025 09:21:12 +0100 Subject: [PATCH] Legacy preauthkeys must be used as-is --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f14b449f..bffb9246 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,7 @@ Pre-authentication keys now use bcrypt hashing for improved security prefix and bcrypt hash instead of plaintext. The full key is only displayed once at creation time. When listing keys, only the prefix is shown (e.g., `hskey-auth-{prefix}-***`). All new keys use the format -`hskey-auth-{prefix}-{secret}`. Legacy plaintext keys continue to work for +`{secret}`. Legacy plaintext keys continue to work for backwards compatibility. ### Tags