This is a password generator. It is a machine that generates passwords. Put in a line of words and the magic happens once you press the enter key! The machine will decode the line of letters into symbols, which is commonly said to increase the security of your password. Go ahead and give it a try!
No credits here, it's all made by myself. =D SPOILER - BEHIND THE SCENES: The machine uses a long script of code (hopefully not too long lol) to decode letters into symbols - but how does it work? Well, I inspired this engine from the Unicode, which combines EVERY single symbol (that exists!) into a long list. This list will NEVER delete anything so that the symbols are all in place. Hence, I used the same logic into the project, and it worked out as a treat! You can even go ahead to remix this so that you can add more symbols to decode more letters even further! =D