Click SPACE. Insert something to decode or something to encode. HOW TO DECRYPT: Click space, then insert code HOW TO ENCRYPT: Click space, then insert text as simple as that.
DBI Key Cipher is inspired by a custom key cipher in a tv show I watched a few months ago. I've been meaning to make this project for a while, but school and stuff made me forgot all about it. I stumbled across this project unfinished today, so I decided to finish it. This is a pretty great way to send secret messages to your friends. It is hard to decrypt if you don't understand how it works. Basically, it splits the alphabet to vowels and consonants. AEIOU and BCDFGHJKLMNPQRSTVWXYZ. Then, it will pick the opposite letter from the group. For example, A will become U because A is the first letter in the first set and U is the last. If you were to encode E, E is the second letter from the beginning of AEIOU, so it will encode it to the second to last letter of the set. Still confused? I would recommend checking the code by clicking "See inside" and checking it out yourself.