03-31-2013, 06:50 PM
I have two dictionaries (each consisting of only 4 letter words).
I have tried unsuccessfully to create a rule to append the two digits to the end of the first dictionary, and then run that against the second dictionary, without success.
Example of what I want to test hashes against:
dict1 test talk dict2 june july
test00june
test01june
....
test00july
test01july
....
talk00june
talk01june
....
talk00july
talk01july
Appreciate help.
I have tried unsuccessfully to create a rule to append the two digits to the end of the first dictionary, and then run that against the second dictionary, without success.
Example of what I want to test hashes against:
dict1 test talk dict2 june july
test00june
test01june
....
test00july
test01july
....
talk00june
talk01june
....
talk00july
talk01july
Appreciate help.