How to predefine the mask?
#1
Hi,
I'm looking for a ten character password. For each position in the password I have a set of characters, that is:
password character position: [0][1][2][3][4][5][6][7][8][9],
character sets for each position:
[0] = [2,4,f,e,W,#]
[1] = [?,F,J,5,S,g,w,!,@,$,s,]
[2] = [h,s,5,2,i,a,8,1,2,W,eD,Y,r]
...and so on, not one set is similar to another and does not logically intersect in any way
[9] = [8,d,2,r,f,W,h,5,~]

How can I set a mask for this type of work?
Reply


Messages In This Thread
How to predefine the mask? - by tao - 05-30-2024, 11:57 AM
RE: How to predefine the mask? - by penguinkeeper - 05-30-2024, 12:24 PM
RE: How to predefine the mask? - by Snoopy - 05-30-2024, 12:26 PM
RE: How to predefine the mask? - by tao - 05-30-2024, 02:14 PM
RE: How to predefine the mask? - by protonking - 06-03-2024, 08:50 AM