1 Repositories
Swift FileHash Libraries
A swift libray to calculate file hash.
FileHash A swift libray to calculate file hash. Usage let path = "file_path_string" let md5 = Hasher.md5HashOfFile(atPath: path) let sha1
4 Sep 11, 2022