DarkCode Revolutionizes Offline Data Transfer with Near-Perfect Accuracy
Published: February 8, 2026
Over the past few days, I have been working on DarkCode, a high-density multi-color barcode technology designed to store 100k+ characters in a single image.
Initially, the project relied on a complex camera-based pipeline that was unreliable. I completely rewrote the decoder to work directly with image files. The results have improved significantly: decoding 140,046 characters now yields 139,999 correct characters (99.96% accuracy), and at 100k characters, it is effectively lossless. The decoding process takes approximately 1-3 seconds on a standard device.
This technology allows users to transfer large volumes of text - entire documents or books - completely offline, without internet access or metadata trails.
I am also integrating encryption via Bardo Quant. This adds a layer where data is encrypted before encoding into the barcode. Without the specific key, the decoded output remains unreadable ciphertext, ensuring that even if the image is intercepted, the content is secure.
Given the potential for misuse (e.g., transmitting illicit information or bypassing monitoring), the fully functional version of the decoder will remain closed-source for now. The repository currently on GitHub (DarkCode-Bardo) contains the initial research version with incomplete functionality. I will decide on a public release strategy after further testing and consideration.