I'm publishing to HTML5 format to distribute the files locally. So basically my game assets are bare open for anyone to see and edit.
Is there a way where I can check my assets file integrity so in case someone modify the file, my game would refuse it? Like a simple MD5 file checking will do.
I'm aware for other options like using wrapper, but I'm not going to use it in this case.