Skip to main content
edited tags; edited title
Link
nohillside
  • 108.4k
  • 43
  • 230
  • 291

The modern way Which alternatives to runOpenSSL do I have to calculate a SHA-256 hash on a file in macOS Sierra?

Source Link
Basil Bourque
  • 14.1k
  • 44
  • 134
  • 212

The modern way to run a SHA-256 hash on a file in macOS Sierra?

How to calculate SHA-2 hash on a file to generate a 256-bit result (SHA-256)?

In the old days we used the openssl tool. I have heard that after terrible security vulnerabilities with openssl, the world has moved on to alternative tools. Does macOS Sierra ship with alternatives to openssl? What is the modern approach to running a SHA-256 hash?