Release Binary Tools 0.1.0

This commit is contained in:
2026-09-01 13:04:49 +02:00
commit 60768466c1
59 changed files with 10424 additions and 0 deletions
+5
View File
@@ -0,0 +1,5 @@
# Privacy and security
Processing is local and in-memory. The CSP permits connections only to the current origin; the app itself performs none. No telemetry, cookies, persistence, service APIs or remote assets are used. The service worker caches only same-origin application assets.
Untrusted byte streams are bounded to 1 MiB. Structural traversal is limited to depth 64 and 10,000 nodes; the deliberately quadratic Base58 path is limited to 4 KiB. ASN.1 support is DER TLV inspection, not BER/CER. Protobuf support handles wire types 0, 1, 2 and 5; schemas are inert JSON and cannot load code.