#cipher #fun #nak

bin+lib naknak

Implementation of the fun cipher Nak-Nak

1 unstable release

Uses new Rust 2024

new 0.1.0 Mar 12, 2025

#1395 in Cryptography

25 downloads per month

MIT license

5KB
108 lines

naknak

Implementation of the fun cipher Nak-Nak in Rust

Nak-Nak cipher in Rust

This small project is a implementation of the fun substitution cipher naknak (duck-speak) in Rust. It provides encoding and decoding functionality either as a library or a CLI program. For more information see https://www.dcode.fr/nak-nak-duckspeak. To check out the CLI, clone the repo and run

cargo r -- -e STRING_TO_ENCODE
cargo r -- -d STRING_TO_DECODE

For example

cargo r -- -e "Hello world!"

should return

Nak? Nak. Naknak nak? Naknak naknak Naknak naknak Naknak naknaknak Nananak Nak Naknaknak Naknaknak Naknak naknaknak Naknaknak Nananak Naknak naknak Naknak Nak? Nananak Nanak

No runtime deps