What is the way to check if string is 'random generated', are there any libs for this? For example:
random_string1 = 'gr24gF3fds52'
random_string2 = '111111gr22124gF3fd55425hdhgdhgdhd4565553fd5s52'
This would be a 'normal' string:
normal1 = 'this is just a string'
normal2 = 'helo-how-are-you'
normal3 = '452415422542'
So random generated string should be string that does not have any order, it has numbers and chars. It looks like its encrypted.