index range of characters to mask with passwordChar. For example, range = 0..11 on input "4111111111111111" displays "••••••••••••1111".
range = 0..11
"4111111111111111"
"••••••••••••1111"