Mutation Rules
Border Mutation = Commonly used combinations of digits and special symbols can be added at the end or at the beginning or both
Freak Mutation = Letters are replaced with similarly looking symbols
Case Mutation = The program checks all variations of uppercase/lowercase letters for any character
Order Mutation = Character order is reused
Repetition Mutation = The same group of characters are reported several times
Vowels Mutation = Vowels are omitted or capitalized
Strip Mutation = One or several characters are removed
Swap Mutation = Some characters are swapped and change places
Duplicate Mutation = Some characters are duplicated
Delimiter Mutation = Delimiters are added between charactes
TIP: You can combine several mutations together
Password Mutations
Last updated