# 4. Custom charset: only even digits and 'A','B' print("\n=== Custom charset example ===") custom_gen = PasswordWordlistGenerator(length=3, charset="02468AB") custom_gen.preview(5)
Used by penetration testers to verify if a system can withstand a rapid brute-force attack on its 8-digit PINs.
But ensure you have and patience.