Skip to main content
The Deno 2 Release Candidate is here
Learn more
Go to Latest
The Standard Library has been moved to JSR. See the blog post for details.
function createSecretKey
Re-export
import { createSecretKey } from "https://deno.land/std@0.145.0/node/crypto.ts";

Parameters

key: ArrayBufferView

Parameters

key: string
encoding: string

Parameters

_key: string | ArrayBufferView
optional
_encoding: string