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 @@
-
-
-
- | Max text |
- 2M characters |
-
-
- | Max file |
- {{ max_payload_kb }} KB |
-
-
- | Max carrier |
- 24 MP (~6000x4000) |
-
-
- | DCT capacity |
- ~75 KB/MP |
-
-
- | LSB capacity |
- ~375 KB/MP |
-
-
- | Max upload |
- 30 MB |
-
-
- | File expiry |
- 5 min |
-
-
- | PIN |
- 6-9 digits |
-
-
- | RSA keys |
- 2048, 3072, 4096 bit |
-
-
- | Passphrase |
- 3-12 words (BIP-39) |
-
-
- | Python Version |
- 3.10-3.12 |
-
-
- | Built with |
- Flask, 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 text |
+ 2M characters |
+
+
+ | Max upload |
+ 30 MB |
+
+
+ | File expiry |
+ 5 min |
+
+
+ | PIN |
+ 6-9 digits |
+
+
+ | RSA keys |
+ 2048, 3072, 4096 bit |
+
+
+ | Passphrase |
+ 3-12 words (BIP-39) |
+
+
+ | Python Version |
+ 3.10-3.12 |
+
+
+ | Built with |
+ Flask, Pillow, NumPy, SciPy, jpegio, reedsolo, cryptography, argon2-cffi |
+
+
+
+
+
+
+