Recently, a friend forgot his password after using "Mobile encryption", a free online software, and I used ollydbg to solve the problem of forgetting the password after folder encryption. Although there are some solutions on the internet, however, it is troublesome to obtain the original file instead of directly decrypting it. I used ollydbg to solve this problem perfectly.
After the ollydbg is opened, the encrypted execution file is opened through the file. When the password window is displayed, enter a long string at Will (search for a long string) and click OK. An error is prompted, do not click this window. Click suspend directly in the debugging of the ollydbg (note: this operation is very important, otherwise the password cannot be viewed .) Then drag the software in the lower right window to the toolbar to find the original string in the format of asii "xxxxxxxxx"
The following asii "password" is the original password.
Hope to help some friends who forget their passwords!
Many other software can use this method to obtain the corresponding password or serial number! It can be used in combination with Winhex and other software!