🔐 A rewrite of the huco705 cipher (originally written in C++)
Find a file
2026-08-04 09:18:26 +02:00
.github/workflows ci: setup ci 2026-08-04 09:13:22 +02:00
src feat: add example main.rs 2026-08-04 09:18:26 +02:00
.gitignore Initial commit 2026-08-04 09:06:47 +02:00
Cargo.lock feat: rewrite huco705 (c++) in rust 2026-08-04 09:07:46 +02:00
Cargo.toml feat: rewrite huco705 (c++) in rust 2026-08-04 09:07:46 +02:00
LICENSE Initial commit 2026-08-04 09:06:47 +02:00
README.md ci: setup ci 2026-08-04 09:13:22 +02:00

🔐 rtfw-huco705-rs

Note

This is a rust rewrite of the original huco705 cipher project that I wrote in C++ back then.

build