I got an interesting (I think) idea for a code. So, I made a program to decode any words that have been encrypted.
The attached program is this.
Here is some info about the codes.
The codes consist of lowercase letters and numbers only.
No spaces, although the output can have spaces.
If the program gets a character that seems out of place, it will skip it.
Only letters are meant to be generated by the program.
Here is a sample code:
nii9adba4act7
Another code:
zimydzc3igpd1
More to follow.
So, if you are board, try to crack it!
Hints: (don't look at these unless you really think you need to. (you probably will))
1:
characters in the decoding are made up of 2 or more characters in the code.
2(big one):
The max num. of chars in the code for one char in the decode is 3
3(Don't even THINK about looking at this one!):
which number a number is is irrelevant
4
the base two number system is involved
So, hopefully you will have fun and not take the easy path.
Keep in mind that this isn't supposed to be a puzzle as much as it is supposed to be an uncrackable yet simple code.