From c2575f973b6225e8e004ed750c70e41f241ff855 Mon Sep 17 00:00:00 2001 From: "Aaron D. Lee" Date: Sun, 4 Jan 2026 23:52:46 -0500 Subject: [PATCH] Redesign Limits & Specs section with key stats and accordion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Show 6 key specs prominently as cards (Payload, Carrier, DCT/LSB capacity, Encryption, Error Correction) - Add Reed-Solomon error correction info with v4.1 badge - Move secondary specs to collapsible accordion - Add reedsolo to "Built with" list 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- frontends/web/templates/about.html | 157 +++++++++++++++++++---------- 1 file changed, 105 insertions(+), 52 deletions(-) diff --git a/frontends/web/templates/about.html b/frontends/web/templates/about.html index ffd6980..ee1818d 100644 --- a/frontends/web/templates/about.html +++ b/frontends/web/templates/about.html @@ -513,58 +513,111 @@
Limits & Specs
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Max text2M characters
Max file{{ max_payload_kb }} KB
Max carrier24 MP (~6000x4000)
DCT capacity~75 KB/MP
LSB capacity~375 KB/MP
Max upload30 MB
File expiry5 min
PIN6-9 digits
RSA keys2048, 3072, 4096 bit
Passphrase3-12 words (BIP-39)
Python Version3.10-3.12
Built withFlask, Pillow, NumPy, SciPy, jpegio, cryptography, argon2-cffi
+ +
+
+
+ +
Max Payload
+ {{ max_payload_kb }} KB +
+
+
+
+ +
Max Carrier
+ 24 MP +
+
+
+
+ +
DCT Capacity
+ ~75 KB/MP +
+
+
+
+ +
LSB Capacity
+ ~375 KB/MP +
+
+
+
+ +
Encryption
+ AES-256 +
+
+
+
+ +
Error Correction
+ Reed-Solomon + v4.1 +
+
+
+ + +
+ + Reed-Solomon Error Correction: DCT mode corrects up to 16 byte errors per 223-byte chunk. + Handles problematic carrier images with uniform areas that cause unstable DCT coefficients. +
+ + +
+
+

+ +

+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Max text2M characters
Max upload30 MB
File expiry5 min
PIN6-9 digits
RSA keys2048, 3072, 4096 bit
Passphrase3-12 words (BIP-39)
Python Version3.10-3.12
Built withFlask, Pillow, NumPy, SciPy, jpegio, reedsolo, cryptography, argon2-cffi
+
+
+
+