So, Im making a display where you can display any text. And im building the interpreter. I need a way to encrypt text in base64 and have a way to decrypt the text in base64.
3 Likes
cant rly do base64 in GKC, but you can encrypt it a different way. there should be guides on that.
I looked up “encrypt” and nothing shows up…
A similar system should work.
1 Like
I can encrypt text like ciphering but I can’t encrypt in the way you mean
1 Like
I’m not sure why you’re doing this, but here is a site that shows the standards for Base64 Encoding and Decoding.
Encoding
Decoding
2 Likes
You would loop over each letter or whatever, and apply this algorithm.
Yea its complicated is to why I’m encoding text, I’m just using my theory and what I know from Python and JavaScript.
Im gonna make a guide to simple encryption soon.