I need to extract a password from a hash. This hash was generated by prepending and appending two different predefined strings to the password:
Hash(PredefinedString1+Password+PredefinedString2)
Given both predefined strings and the resultant hash of the concatenation, is it possible to use a tool such as rtgen to create a rainbow table based on knowledge of these strings?
