[Help] Encryption/Decryption [Solved]
Someone can teach me how to make my OWN encryption / decryption to strings and etc..? Like..A way to only me can decrypt ..
Well, create your own algorithm to manipulate the string to encrypt it. Then reverse the method to decrypt it. Just research Encryption in general to learn how it's done commonly, what methods are used (i.e using a key to encrypt and decrypt) etc.