KBruteforce
A library for bruteforce.
Usage
fun main() {
val bruteforce = KBruteforce(charArrayOf('a', 'b', 'c'), 1, 3)
for (next in bruteforce)
println(next)
}
Documentation
You can find the documentation here.
Bugs and Suggestions
Bug reports and suggestions should be made in this repo's issue tracker using the templates provided. Please provide as much information as you can to best help us understand your issue and give a better chance of it being resolved.
Important
Please note that this repository is for educational purposes only. No contributor, major or minor, are to fault for any actions done with this library.