ダウンロードフォルダの「7z1900-x64.exe」をコマンドプロンプト内にドラッグ&ドロップします。 ファイルパスの後ろに「SHA256」を入力します。 これで『Enterキー』を押せばファイルのハッシュ値が表示されます。 #ハッシュアルゴリズムについて 上記で解説したようにファイルパスの後...
SHA-256の計算のところで下記のインポートが必要です。#import <CommonCrypto/CommonHMAC.h> 実際にSHA-256を計算する関数は下記の通り。/** @brief ファイルのSHA-256ハッシュ値を計算する @param file 対象ファイルパス @return ハッシュ値の文字列 */ - (NSString *)calculateSha256HashWith...
sha1:'+crypto.createHash('sha1').update(plainText).digest('hex'));console.log('sha256:'+crypto.createHash('sha256').update(plainText).digest('hex'));console.log('sha384:'+crypto.createHash('sha384').update(plainText).digest('hex'));console.log('sha512:'+crypto.createHash('sha...