How to generate checksum & convert to 64 bit in Javascript for very large files without overflowing RAM?
问题 Question : How to generate a checksum correctly, which is unique, consistent independent of browsers? Also, I would like to convert a SHA256/MD5 checksum string to 64-bit. How to properly read a file without huge RAM requirement to generate checksum? i.e. how do we deal with 1 GB file without compromising RAM e.g. Is it possible to read a file without loading it into memory? (see the answer) This project seems promising, but couldn't get it worked either. My intention is to generate the