A Windows executable tool that converts large RDSv3 database files into CSV format for easier analysis and import.
An exe to convert RDSv3 DB Files back to CSV Files
This tool is designed for digital forensics and threat intelligence professionals who need to convert RDSv3 DB files, often large hash set databases from NIST, into CSV files for further analysis or integration with other tools. It is particularly useful when working with massive datasets that require format conversion to enable easier querying and processing.
The conversion process can take several hours due to the large size of the database files. Users should ensure they have sufficient disk space and memory. The config.ini file allows tuning for memory management and automation, but users should be cautious when disabling admin or hash checks. The tool is primarily tested on Windows 10 and PowerShell 5.1; compatibility with Windows 11 or earlier versions is uncertain.
Download the zip archive from the provided GitHub link
Extract the EXE and optional config.ini file
Download and install sqlite3.exe from the official source
Download and install sed.exe from the provided SourceForge link
Place the EXE, config.ini (if used), the RDS .DB file, and the signatures file in the same folder
Run the EXE in the folder containing the RDS .DB and signature files
Starts the conversion process from RDSv3 DB to CSV format