I am looking for a way to do very simple encryption where the result is the same size or not much bigger than the original.
I like the idea of the result being hex that way it is simple for customers to relay.
So in my case I would encrypt a 4-10 digit code and give that to my customers. If and when they need that information they can tell me the code and I can decrypt it for them. This will mean that I don't need to keep this information, it is their responsibility.
Any suggestions?
I did look at Decrypter - De-/Encrypt String to base64 library but the result is too large.
Again doesn't need super security and I think hex result would be simplest to relay to customer and back again.
I like the idea of the result being hex that way it is simple for customers to relay.
So in my case I would encrypt a 4-10 digit code and give that to my customers. If and when they need that information they can tell me the code and I can decrypt it for them. This will mean that I don't need to keep this information, it is their responsibility.
Any suggestions?
I did look at Decrypter - De-/Encrypt String to base64 library but the result is too large.
Again doesn't need super security and I think hex result would be simplest to relay to customer and back again.