I'm tryna figure out how to encrypt/decrypt a string using a single function that takes a string and an offset as parameters. depending on the offset, the function encrypts or decrypts and builds new encrypt/decrypt string
Thanks a lot!
yeah so this is what the task is asking. I'm doing it atm