I have forgotten one of my passphrases.
It's a combination of names, numbers and symbols, as the example listed below:
------------------------
JohnDoe
JaneDoe
22222
33333
44444
+
-
&
(
)
-----------------------
What I DO know about the phrase:
Both names are present at the same time, but only once each.
All numbers are present at the same time, but only once each.
The symbols are in various places.
JohnDoe is the first word of the phrase
The phrase may look like:
JohnDoe(33333)+(44444)&22222-JaneDoe
or JohnDoe33333+(JaneDoe)(22222)-44444
or whatever other combination.
How can I make list with all combinations of the above mentioned?
It's a combination of names, numbers and symbols, as the example listed below:
------------------------
JohnDoe
JaneDoe
22222
33333
44444
+
-
&
(
)
-----------------------
What I DO know about the phrase:
Both names are present at the same time, but only once each.
All numbers are present at the same time, but only once each.
The symbols are in various places.
JohnDoe is the first word of the phrase
The phrase may look like:
JohnDoe(33333)+(44444)&22222-JaneDoe
or JohnDoe33333+(JaneDoe)(22222)-44444
or whatever other combination.
How can I make list with all combinations of the above mentioned?