Crypto2022/4/20 16:24:00 The crypto module provides cryptographic functionality that includes a set of wrappers for OpenSSL's hash, HMAC, cipher, decipher, sign, and verify functions. cryptoモジュールは、OpenSSLのハッシュ、HMAC、暗号化、復号化、署名、および認証機能のラッパーのセットを含む暗号化機能を提供します。
『crypto.pbkdf2(password, salt, iterations, keylen, digest, callback)』2022/4/20 16:48:00 https://nodejs.org/api/crypto.html#cryptopbkdf2password-salt-iterations-keylen-digest-callback