@vvlad1973/crypto - v2.4.0
    Preparing search index...

    Interface HashPasswordOptions

    Options accepted by hashPassword.

    interface HashPasswordOptions {
        params?: Partial<ScryptParams>;
    }
    Index

    Properties

    Properties

    params?: Partial<ScryptParams>

    Override the scrypt cost parameters. Any omitted field falls back to DEFAULT_SCRYPT_PARAMS. Lower N to trade strength for speed.