| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| ciphey-windows-x86_64.zip.sha256 | 2026-09-01 | 92 Bytes | |
| ciphey-macos-x86_64.tar.gz | 2026-09-01 | 4.4 MB | |
| ciphey-macos-x86_64.tar.gz.sha256 | 2026-09-01 | 93 Bytes | |
| ciphey-windows-x86_64.zip | 2026-09-01 | 4.5 MB | |
| ciphey-macos-aarch64.tar.gz | 2026-09-01 | 4.1 MB | |
| ciphey-macos-aarch64.tar.gz.sha256 | 2026-09-01 | 94 Bytes | |
| ciphey-linux-x86_64.tar.gz | 2026-09-01 | 4.9 MB | |
| ciphey-linux-x86_64.tar.gz.sha256 | 2026-09-01 | 93 Bytes | |
| dist-manifest.json | 2026-08-31 | 5.2 kB | |
| README.md | 2026-08-31 | 640 Bytes | |
| v0.12.1 source code.tar.gz | 2026-08-31 | 248.1 kB | |
| v0.12.1 source code.zip | 2026-08-31 | 341.4 kB | |
| Totals: 12 Items | 18.5 MB | 7 | |
Security
- Bounds the Brainfuck interpreter to 1,000,000 executed instructions so non-terminating untrusted programs fail through the decoder's existing error path instead of hanging Ciphey.
- Adds a regression test for non-terminating Brainfuck input while preserving the existing valid Hello World and longer corpus decodes.
Build reliability
- Restores the
rand 0.8andhalf 2.3.1compatibility pins required bycandle-core 0.3.3, repairing cross-platform builds broken by later dependency updates.
Thanks to @spartan8806 for responsibly reporting the Brainfuck denial-of-service issue.