I have downloaded Rainbow Tables from freerainbowtables.com. Its extension is .rti . I was wondering if there is a way to read this file as a text file or anyother file. I want to write a simple program to read this file and store its contents in a hashmap. I need to do this for a project of mine.
I tried googling and also went through the forums, but no luck so far. Any help/links will be appreciated.
RTI and RT is both binary formats and contains only 64 bit numbers. A 64 bit starting point and a 64 bit endingpoint. The difference between RTI and RT is RTI packs the numbers while RT stores them in their raw format. To find out how to extract the plaintexts from the RT files, I suggest you take a look at rtdump (google it)