I made a small program that can cipher and decipher any message as long as you give 2 parameters
Enjoy!
I would say this would have been better if there was a single parameter, but it depends on the situation tbh. It would have been more functional if capitals could be encoded/decoded. :)
@ENIAC1 The reason there are multiple parameters are because with one parameter anyone could guess it but with many it makes it a bit more difficult
@ENIAC1 And the reason you can't use capitals are because I use .upper and .lower to make sure that the text does not go past the ascii table
I would say this would have been better if there was a single parameter, but it depends on the situation tbh. It would have been more functional if capitals could be encoded/decoded. :)
@ENIAC1 The reason there are multiple parameters are because with one parameter anyone could guess it but with many it makes it a bit more difficult
@ENIAC1 And the reason you can't use capitals are because I use .upper and .lower to make sure that the text does not go past the ascii table