Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/god_crypto/src/helper.ts>str2bytes

Pure Javascript/Typescript Crypto Implementation for Deno. AES, RSA, HMAC, and TOTP
Very Popular
Go to Latest
function str2bytes
import { str2bytes } from "https://deno.land/x/god_crypto@v1.4.10/src/helper.ts";

Parameters

str: string

Returns

Uint8Array