ZOSCII Zero Overhead Secure Coding Information Interchange.
An innovative character encoding system that eliminates lookup table overhead while providing built-in security properties through direct memory addressing.
CyborgZOSCII is an alternative to ASCII/PETSCII that uses direct ROM addressing instead of traditional character-to-value mapping. This approach provides significant advantages for resource-constrained systems while offering unique security properties.
- ZOSCIIBB, publicly open secure bulletin board
- ZOSCIICHAT, secure chat client and server
- READER, read ZOSCII encoded text reader
- RENDERER, render ZOSCII encoded webpages
- VERIFIER, ZOSCII encoder / ROM entropy verifier
- VIEWER, ZOSCII encoded text viewer
- ZOSCIICOINKEYENCODER, Cryptocurrency key encoder
- zencode, ZOSCII encoder for AmigaOS, CP/M, Linux and Windows
- zdecode, ZOSCII decoder for AmigaOS, CP/M, Linux and Windows
- zstrength, ZOSCII analyser for AmigaOS, CP/M, Linux and Windows
- Zero ROM overhead - No lookup tables required (ASCII/PETSCII tables eliminated)
- Faster execution - Direct addressing eliminates base+offset calculations and even open to stack abuse for fast text printing
- Perfect for 8-bit systems - Optimized for systems where every CPU cycle matters
- Zero cryptography, maximum security - 100% secure when reference ROM unknown
- Fault tolerance - ROM corruption causes typos, not total failure
- No traditional cipher vulnerabilities - Uses addressing, not mathematical transformations
- Uses 16-bit addresses per character (vs 8-bit character codes)
- Characters reference direct ROM memory locations
- Same message generates different encodings each time (random address selection)
- No mathematical operations required for decoding
-
Visit https://zoscii.com/ for more information
-
Visit https://zoscii.com/zosciibb/ for a realworld demonstration
-
Embedded systems with severe ROM constraints
-
IoT devices requiring lightweight secure messaging
-
Retro computing (Z80, 6502, etc.) applications
-
Corporate communications requiring server-side content protection
-
Invite-only websites with content invisible to hosting providers and unwanted users
-
Julian