+ 2
i need help turning a string called "money" into an unreadable string.
this is my code: money = 999 i want to take it and turn it into a string that makes no sense like taking the sentence "jelly rocks" into a string of random characters like "fysxhjocyb" and be able to make it "jelly rocks" again. basically i want to be able o encode/decode a string so that it is unreadable and i can use it as a save code for a game i making then turn it back to a number that the game can add to and remove from so i can score it.
5 Answers
+ 5
Arf, I can't help you, but Google cypher codes in python, I am sure you'll find what you seek !
+ 3
found one,
https://code.sololearn.com/cd3B91mWi9Zw/#py
+ 2
sorry, forgot it needs to be in python
+ 1
already tried to find it online, found nothing.
but thank you for trying!!!