Mac
Shell – Use SHA To Check File Or Text String
SHA is a series of encrypting algorithm which includes sha1, sha256, sha512 and so on. They calculate a checksum based on a file or text string. We can use the result to judge whether two objects are the same. There is a terminal tool called shasum on Unix style operating Read more…