72hex —-» MD5(32hex)+SHA1(40hex)
#1
Extracted this hash out of GalleryVault android app and need an explanation how to decrypt it.
The hash extracted from kidd.xml file located at the system-root directory of the app.

<string name="LockPin">2F059A5F49AAFD2127DD6065494A91FF5B515E46A5F1BC60BE71C3DB0DF946BD0548C145</string>

Searching around, found a PDF talking about that, it mentioned that the hash is MD5(32hex)+SHA1(40hex) and it said we can do "Swap attack".

.png   2021-08-16_20-29-50.png (Size: 77.82 KB / Downloads: 16)
Reply


Messages In This Thread
72hex —-» MD5(32hex)+SHA1(40hex) - by mshibo - 08-16-2021, 08:26 PM
RE: 72hex —-» MD5(32hex)+SHA1(40hex) - by atom - 08-17-2021, 10:00 AM