Search for a tool
Alphuck

Tool for decoding / encoding in Alphuck. Alphuck is a minimalist programming language subtituting to Brainfuck 8 letters of the alphabet.

Results

Alphuck -

Tag(s) : Programming Language

Share
Share
dCode and more

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!


Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!


Feedback and suggestions are welcome so that dCode offers the best 'Alphuck' tool for free! Thank you!

Alphuck

Alphuck Interpreter




Loading...
(if this message do not disappear, try to refresh this page)
See also: Brainfuck

Alphuck Encoder

 

See also: Brainfuck

Answers to Questions (FAQ)

How to encrypt using Alphuck code?

The Alphuck language is a variant of BrainFuck (by substitution/replacing its characters). Its operation is identical to the Brainfuck, it contains the same 8 operators whose characters are replaced by letters of the alphabet according to the following table:

AlphuckBrainfuckOperation
e+increase pointer
i-decrease pointer
a>move right pointer
c<move left pointer
p[loop until s while pointer not null
s]end loop
j.output pointer ascii value
o,save input in cell pointer

Thus, to any code in BrainFuck, corresponds a code in Alphuck and vice versa.

Example: The Alphuck program eeeeeeeeeepaeaeeeaeeeeeeeaeeeeeeeeeeccccisaaaiiiiijejej corresponds to BrainFuck code ++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>-----.+.+. and output (console) the characters ABC

Like any programming language, there are many ways to program and achieve the same result.

How to decrypt Alphuck code?

An Alphuck code runs like any program, using an interpreter, and can display an output result (based on an optional input argument). dCode executes the program and displays each byte returned to the console as well as the final memory register (for debugging).

How to recognize Alphuck coded text?

The message consists only of the 8 lowercase letters aceijops: a,c,e,i,j,o,p,s in frequencies similar to Brainfuck.

Source code

dCode retains ownership of the "Alphuck" source code. Any algorithm for the "Alphuck" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Alphuck" 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 "Alphuck" 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.

Cite dCode

The content of the page "Alphuck" 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: https://www.dcode.fr/alphuck-language
In a scientific article or book, the recommended bibliographic citation is: Alphuck on dCode.fr [online website], retrieved on 2025-04-16, https://www.dcode.fr/alphuck-language

Need Help ?

Please, check our dCode Discord community for help requests!
NB: for encrypted messages, test our automatic cipher identifier!

Questions / Comments

Feedback and suggestions are welcome so that dCode offers the best 'Alphuck' tool for free! Thank you!


https://www.dcode.fr/alphuck-language
© 2025 dCode — The ultimate collection of tools for games, math, and puzzles.
 
Feedback