Kceekcee.hashnode.dev·Jan 18, 2025Prevent File Duplication with MD5 ChecksumsUsers uploading duplicate files can account for 5-30% of the data stored by your service. This can cause significant resource mismanagement in large applications that store gigabytes or terabytes of data. Storing duplicate data would also lead to unn...45 readsFile Upload
James Mathengecodejunction.hashnode.dev·Jul 18, 2023See Hash Functions in Action: A Practical Example of SHA-256 and MD5 HashingHash functions like SHA-256 and MD5 are extensively used in real-world applications. In this article, we will showcase the hashing process through hands-on examples. Read on to gain a practical understanding of cryptographic hash functions. Introduct...10 likesHashing