in reply to RPMS and file md5s

If you just want the filenames, you could just try this at the command line:
rpm -Va | perl -wne 'print if /^..5/'
or use rpm -V packagename | ... if you want to query by package.