Tool to decrypt / encrypt using Base 36 (Alphanumeric) Cipher. The base 36 is the ideal basis for encoding any alphanumeric string by a number (and vice versa) because it uses the usual 36 characters (26 letters and 10 digits).
Base 36 Cipher - dCode
Tag(s) : Mathematics, Cryptography
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!
Tool to decrypt / encrypt using Base 36 (Alphanumeric) Cipher. The base 36 is the ideal basis for encoding any alphanumeric string by a number (and vice versa) because it uses the usual 36 characters (26 letters and 10 digits).
The base 36 cipher uses the principle of arithmetic base change (conversion from base 36 to base 10). Thus, the words are considered to be written in base 36 (with as 36 alphanumeric symbols the 26 letters of the alphabet ABCDEFGHIJKLMNOPQRSTUVWXYZ and the 10 digits 0123456789) then converted into a number in base 10.
Example: To encode B36, written in base 36 with the symbols 0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZ, convert to base 10: B=11, 3=3, 6=6 so $ 11 \times 36^2 + 3 \times 36^1 + 6 \times 36^0 = 14370 $
The decryption of the base 36 consists of the conversion of numbers from the base 10 to the base 36.
Example: $ 527198 = 11 \times 36^3 + 10 \times 36^2 + 28 \times 36^1 + 14 \times 36^0 $ so [11,10,28,14] in base 36 and 11=B, 10=A, 28=S, 14=E. The plain message is BASE.
The coded message consists of decimal numbers whose length is proportional to the length of the word.
The same word is coded with the same number, so the numbers corresponding to the common words appear coded several times.
dCode retains ownership of the online 'Base 36 Cipher' tool source code. Except explicit open source licence (indicated CC / Creative Commons / free), any algorithm, applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, translator), or any function (convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (PHP, Java, C#, Python, Javascript, Matlab, etc.) no data, script or API access will be for free, same for Base 36 Cipher download for offline use on PC, tablet, iPhone or Android !
Please, check our community Discord for help requests!