{
    "mode": "man",
    "parameter": "EVP_KDF-PBKDF1",
    "section": "7SSL",
    "url": "https://www.chedong.com/phpMan.php/man/EVP_KDF-PBKDF1/7SSL/json",
    "generated": "2026-06-03T02:50:58Z",
    "sections": {
        "NAME": {
            "content": "EVPKDF-PBKDF1 - The PBKDF1 EVPKDF implementation\n",
            "subsections": []
        },
        "DESCRIPTION": {
            "content": "Support for computing the PBKDF1 password-based KDF through the EVPKDF API.\n\nThe EVPKDF-PBKDF1 algorithm implements the PBKDF1 password-based key derivation function, as\ndescribed in RFC 8018; it derives a key from a password using a salt and iteration count.\n",
            "subsections": [
                {
                    "name": "Identity",
                    "content": "\"PBKDF1\" is the name for this implementation; it can be used with the EVPKDFfetch()\nfunction.\n"
                },
                {
                    "name": "Supported parameters",
                    "content": "The supported parameters are:\n\n\"pass\" (OSSLKDFPARAMPASSWORD) <octet string>\n\"salt\" (OSSLKDFPARAMSALT) <octet string>\n\"iter\" (OSSLKDFPARAMITER) <unsigned integer>\nThis parameter has a default value of 0 and should be set.\n\n\"properties\" (OSSLKDFPARAMPROPERTIES) <UTF8 string>\n\"digest\" (OSSLKDFPARAMDIGEST) <UTF8 string>\nThese parameters work as described in \"PARAMETERS\" in EVPKDF(3).\n"
                }
            ]
        },
        "NOTES": {
            "content": "A typical application of this algorithm is to derive keying material for an encryption\nalgorithm from a password in the \"pass\", a salt in \"salt\", and an iteration count.\n\nIncreasing the \"iter\" parameter slows down the algorithm which makes it harder for an\nattacker to perform a brute force attack using a large number of candidate passwords.\n\nNo assumption is made regarding the given password; it is simply treated as a byte sequence.\n",
            "subsections": []
        },
        "CONFORMING TO": {
            "content": "RFC 8018\n",
            "subsections": []
        },
        "SEE ALSO": {
            "content": "EVPKDF(3), EVPKDFCTXnew(3), EVPKDFCTXfree(3), EVPKDFCTXsetparams(3),\nEVPKDFderive(3), \"PARAMETERS\" in EVPKDF(3)\n",
            "subsections": []
        },
        "HISTORY": {
            "content": "This functionality was added to OpenSSL 3.0.\n",
            "subsections": []
        },
        "COPYRIGHT": {
            "content": "Copyright 2021 The OpenSSL Project Authors. All Rights Reserved.\n\nLicensed under the Apache License 2.0 (the \"License\").  You may not use this file except in\ncompliance with the License.  You can obtain a copy in the file LICENSE in the source\ndistribution or at <https://www.openssl.org/source/license.html>.\n\n\n\n3.0.2                                        2026-04-07                         EVPKDF-PBKDF1(7SSL)",
            "subsections": []
        }
    },
    "summary": "EVPKDF-PBKDF1 - The PBKDF1 EVPKDF implementation",
    "flags": [],
    "examples": [],
    "see_also": [
        {
            "name": "EVPKDF",
            "section": "3",
            "url": "https://www.chedong.com/phpMan.php/man/EVPKDF/3/json"
        },
        {
            "name": "EVPKDFCTXnew",
            "section": "3",
            "url": "https://www.chedong.com/phpMan.php/man/EVPKDFCTXnew/3/json"
        },
        {
            "name": "EVPKDFCTXfree",
            "section": "3",
            "url": "https://www.chedong.com/phpMan.php/man/EVPKDFCTXfree/3/json"
        },
        {
            "name": "EVPKDFCTXsetparams",
            "section": "3",
            "url": "https://www.chedong.com/phpMan.php/man/EVPKDFCTXsetparams/3/json"
        },
        {
            "name": "EVPKDFderive",
            "section": "3",
            "url": "https://www.chedong.com/phpMan.php/man/EVPKDFderive/3/json"
        },
        {
            "name": "EVPKDF",
            "section": "3",
            "url": "https://www.chedong.com/phpMan.php/man/EVPKDF/3/json"
        }
    ]
}