Ruby-RC4
Ruby-RC4 copied to clipboard
Check if encoded
Is there any way to check if string is encoded?
No there isn't.
But you can check it against some dictionary to check if it contains some human words, for example. This is a way out of scope of this gem :)