it's a simple text encryptor thing that converts text into numbers, originally meant for my cloud variable chat thing but I realized this could also be useful for secret messages and whatever ya'll wanna do with this
the longer the text is, the longer it takes for the encryptor to encrypt it (obviously) you can also infinitely encrypt text by encrypting it once, copying the output and encrypting the encrypted text again because the numbers are going to be encrypted again and be converted into other numbers, and then again, again, and so on. I'm pretty sure that there is no limit on how many times can you re-encrypt something. of course that also means that you have to decrypt it as many times as you have encrypted it.