I want to make a function that will make a list of all possible combinations of a charset between length n and n+m in java. I'm trying to demonstrate how hash cracking works and I was asked to write in java, but I'm not very familiar with it. I would also like to know if there is something like the python yeald function in java and if so how can I imlement it.
