Tool for coding / encoding with Nak Nak, a cipher simulating the language of ducks (Duckspeak) composed of the syllables NA and NAK
Nak Nak (Duckspeak) - dCode
Tag(s) : Substitution Cipher
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
Nak-Nak encryption uses the base 16 hexadecimal to encode messages themselves encoded with the ASCII table.
Example: Encode the DUCK message, start by encoding it in ASCII (hexadecimal) i.e. 44,75,63,6B then, for each digit, replace it with its corresponding one in the following table:
0 = Nak |
1 = Nanak |
2 = Nananak |
3 = Nanananak |
4 = Nak? |
5 = nak? |
6 = Naknak |
7 = Naknaknak |
8 = Nak. |
9 = Naknak. |
A (10) = Naknaknaknak |
B (11) = nanak |
C (12) naknak |
D (13) nak! |
E (14) nak. |
F (15) naknaknak |
Example: DUCK ('44,75,63,6B 'in ASCII) is coded as 4=Nak? 4=Nak? 7=Naknaknak 5=nak? and so on: Nak? Nak? Naknaknak nak? Naknak Nanananak Naknak nanak
The case (upper and lower case) is taken into account as are the characters . and ?
The decryption of the Nak-Nak begins with the substitution of the different words Nak by the associated number in the table.
Example: Naknak Nak? Nak? Nanananak Naknak naknaknak Naknak Nak? Naknak nak? is constituted of Naknak=6, Nak?=4 etc. so 6,4,4,3,6,F,6,4,6,5
The resulting code is the ASCII code in hexadecimal format of the original message.
Example: 64,43,6F,64,65 is decoded d,C,o,d,e in ASCII code. dCode is the clear starting message.
The message consists of the sometimes repeated syllables Nak and Na. All words start with N and end with k.
Any reference to a duck or duckspeak are clues.
According to the preferences of some, ducks rather make Coin than Nak, this variant modifies Na in Coin or Couin.
dCode retains ownership of the "Nak Nak (Duckspeak)" source code. Any algorithm for the "Nak Nak (Duckspeak)" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Nak Nak (Duckspeak)" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Nak Nak (Duckspeak)" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Nak Nak (Duckspeak)" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Nak Nak (Duckspeak) on dCode.fr [online website], retrieved on 2025-04-16,