Generating a SHA-256 hash from the Linux command line

前端 未结 7 1425
孤城傲影
孤城傲影 2020-12-07 07:37

I know the string \"foobar\" generates the SHA-256 hash c3ab8ff13720e8ad9047dd39466b3c8974e592c2fa383d4a3960714caef0c4f2 using http://hash.online-convert.com/sh

7条回答
  •  囚心锁ツ
    2020-12-07 08:22

    echo -n works and is unlikely to ever disappear due to massive historical usage, however per recent versions of the POSIX standard, new conforming applications are "encouraged to use printf".

提交回复
热议问题