All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
- Processing is done on a per-device basis in a new BatchJob object, in a separate thread per device.
- BruteForceBatches will prepare for the next batch in parallel.
- ILGPU updated to 1.0.0
- AcceleratorId parameter.
- Option to override the default character set.
- ILGPU updated to 0.10.1
- PowerShellStandard.Library updated to 5.1.1
- CPU and GPU accelerated multi-thread name breaking support.
- Mono-thread brute force name batches generation.
- Multi-thread brute force name batches processing (based on arrays).
- CPU mono-thread name breaking support.
- Mono-thread brute force names generation.
- Mono-thread brote force names processing (based on arrays, not nested loops or recursion).
- Mono-thread prefix seed pre-calculation optimization.