Blockchain Commons Components TypeScript Library - v1.0.0-alpha.13
    Preparing search index...

    Enumeration KeyDerivationMethod

    Enum representing supported key derivation methods.

    Index

    Enumeration Members

    Enumeration Members

    HKDF: 0

    HKDF (HMAC-based Key Derivation Function) - RFC 5869

    PBKDF2: 1

    PBKDF2 (Password-Based Key Derivation Function 2) - RFC 8018

    Scrypt: 2

    Scrypt - RFC 7914

    Argon2id: 3

    Argon2id - RFC 9106 (default, most secure for passwords)

    SSHAgent: 4

    SSH Agent - Uses SSH agent for key derivation