generator.py This file generates a random NRIC number that matches the checksum. It includes a function for generating the checksum for both 'S'/'T' and 'F'/'G' prefixes. validator.py This file ...
A python script to store and compare checksums to reveal file curruption like bit rot - odinian/checksum.py-for-Bit-Rot-detection ...