Extract SHA1 from Reference Data Set (RDS) provided by the National Software Reference Library (NSRL) for X-Ways Forensics (or any other tool that uses SHA1). pythonbashcryptographyfingerprinthashforensicsdfirsha1rdsnsrlforensicx-ways UpdatedJul 5, 2022 ...
NIST also publishes MD5 hashes of every file in the NSRL. This is called the Reference Data Set (RDS). When looking at an unknown file, a good place to begin is to compute its MD5 hash and compare it against the RDS. If the hash value is found in the RDS, your file is probably...
The National Software Reference Library (NSRL) is a repository of software provided by vendors and manufacturers together with a reference data set of file hash codes that can be matched against existing software installed on anycomputer. The NSRL database will be used as a resource to assist la...
NSRL Trivia: Currently 374,830,226 rows of hash values from software applications representing the year 2000 to present day. 98,684,806 unique MD5/SHA1 hash values from the aforementioned.
Softrace is a simple Golang application for storing NIST National Software Reference Library Reference Data Set (NSRL RDS). Softrace is based on Bolt database, so it is fast and tiny. The application is able to process md5 and sha1 hash lookup searches. Hash lookup example: curl -XGET ...