VerifyBCryptHash

説明

この関数は、プレーンテキストとハッシュ値を受け取り、そのテキストとハッシュ値を比較します。

シンタックス

VerifyBCryptHash(plaintext, hashedString)

履歴

ColdFusion(2021 リリース):この関数が追加されました。

パラメーター

パラメーター

説明

plaintext

(必須)ハッシュ関数の実行対象となる入力文字列。

hashedString

(必須)GenerateBCryptHash 関数からのハッシュ出力。

<cfscript> 
    stringToEncrypt = &quot;Sample string&quot; 
    options = StructNew() 
    options.rounds = 4 
    options.version = &quot;$2a&quot; 
    bcrypted = GenerateBCryptHash(stringToEncrypt, options) 
    verified=VerifyBCryptHash(stringToEncrypt,bcrypted) 
    writeDump(verified) 
</cfscript>

出力

YES

ヘルプをすばやく簡単に入手

新規ユーザーの場合

Adobe MAX 2025

Adobe MAX Japan
クリエイターの祭典

2025 年 2 月 13 日
東京ビッグサイト