Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
php で glftpd のハッシュ アルゴリズムを使用できますか? どうすればそのアルゴリズムを見つけることができますか?
このスニペットが私を答えに導くものだと思います...
PKCS5_PBKDF2_HMAC_SHA1(pwd, strlen(pwd), real_salt, SHA_SALT_LEN, 100, mdlen, md);
PHP-PasswordLibライブラリはPBKDFをサポートしています。