@powcaptcha/crypto
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

@powcaptcha/crypto

Crypto module for hashing and encoding

npm install @powcaptcha/crypto
# or
yarn add @powcaptcha/crypto
# or
pnpm add @powcaptcha/crypto
import { sha256 } from '@powcaptcha/crypto';

const data = 'Hello, powCAPTCHA!';
const hash = await sha256(data);
console.log(`SHA-256 Hash: ${hash}`);

Package Sidebar

Install

npm i @powcaptcha/crypto

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

55.3 kB

Total Files

8

Last publish

Collaborators

  • lopezlean