Generate list of all possible permutations of a string
- by Unkwntech
How would I go about generating a list of all possible permutations of a string between x and y characters in length, containing a variable list of characters.
Any language would work but it should be portable.