TIL: How to generate checksum?
Checksums work like a fingerprint. It is used to verify file integrity. If the files have the same checksums, then they are identical. It can also be used to check if the file has been previously scanned as malicious. On Windows: certutil: certutil...
Apr 15, 20231 min read32