What it does
Takes an input phrase from the user then encrypts it using an ASCII character shift. It can also decrypt using a reverse ASCII character shift. It currently doesn't check for out of bounds characters.
A simple encryption script that finds the ASCII code and adds to the integer version of a character.
Takes an input phrase from the user then encrypts it using an ASCII character shift. It can also decrypt using a reverse ASCII character shift. It currently doesn't check for out of bounds characters.
Log in or sign up for Devpost to join the conversation.