温馨提示:本站仅提供公开网络链接索引服务,不存储、不篡改任何第三方内容,所有内容版权归原作者所有
AI智能索引来源:http://www.bun.com/reference/node/crypto/Argon2Parameters
点击访问原文链接

Node crypto.Argon2Parameters TypeScript interface | API Reference | Bun

Node crypto.Argon2Parameters TypeScript interface | API Reference | BunBuildDocsReferenceGuidesBlogDiscord/node:crypto/Argon2ParametersPassociatedDataPmemoryPmessagePnoncePparallelismPpassesPsecretPtagLength

Search the reference...

/

BuildDocsReferenceGuidesBlogDiscord/node:crypto/Argon2ParametersPassociatedDataPmemoryPmessagePnoncePparallelismPpassesPsecretPtagLength

interface

crypto.Argon2Parametersinterface Argon2ParametersassociatedData?: string | ArrayBuffer | ArrayBufferViewArrayBufferLike>

OPTIONAL, Additional data to be added to the hash, functionally equivalent to salt or secret, but meant for non-random data. If used, must have a length not greater than 2**32-1 bytes.

memory: number

REQUIRED, memory cost in 1KiB blocks. Must be greater than 8 * parallelism and less than 2**32-1. The actual number of blocks is rounded down to the nearest multiple of 4 * parallelism.

message: string | ArrayBuffer | ArrayBufferViewArrayBufferLike>

REQUIRED, this is the password for password hashing applications of Argon2.

nonce: string | ArrayBuffer | ArrayBufferViewArrayBufferLike>

REQUIRED, must be at least 8 bytes long. This is the salt for password hashing applications of Argon2.

parallelism: number

REQUIRED, degree of parallelism determines how many computational chains (lanes) can be run. Must be greater than 1 and less than 2**24-1.

passes: number

REQUIRED, number of passes (iterations). Must be greater than 1 and less than 2**32-1.

secret?: string | ArrayBuffer | ArrayBufferViewArrayBufferLike>

OPTIONAL, Random additional input, similar to the salt, that should NOT be stored with the derived key. This is known as pepper in password hashing applications. If used, must have a length not greater than 2**32-1 bytes.

tagLength: number

REQUIRED, the length of the key to generate. Must be greater than 4 and less than 2**32-1.

Resources

ReferenceDocsGuidesDiscordMerch StoreGitHubBlog 

Toolkit

RuntimePackage managerTest runnerBundlerPackage runner

Project

Bun 1.0Bun 1.1Bun 1.2Bun 1.3RoadmapContributingLicense

Baked with ❤️ in San Francisco

We're hiring →

Node crypto.Argon2Parameters TypeScript interface | API Reference | Bun,AI智能索引,全网链接索引,智能导航,网页索引

    API documentation for interface node:crypto.Argon2Parameters | Bun