From c6243325f563ec097ddbe745f6f3f4f073b7e82a Mon Sep 17 00:00:00 2001 From: Mick Letofsky Date: Tue, 27 Jan 2026 19:18:04 +0100 Subject: [PATCH] Read me tidy --- util/Seeder/README.md | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/util/Seeder/README.md b/util/Seeder/README.md index 3c840cd5ef..398ac28878 100644 --- a/util/Seeder/README.md +++ b/util/Seeder/README.md @@ -13,19 +13,6 @@ A class library for generating and inserting properly encrypted test data into B The "View" suffix always denotes plaintext. No suffix means encrypted. -### EncString Format - -Encrypted strings follow this format: - -``` -2.{iv}|{ciphertext}|{mac} -``` - -- **2** = Algorithm type (AES-256-CBC-HMAC-SHA256) -- **iv** = Initialization vector (base64) -- **ciphertext** = Encrypted data (base64) -- **mac** = Message authentication code (base64) - ### Data Structure Differences **SDK Structure (nested):**