Skip to content

Latest commit

 

History

History
38 lines (25 loc) · 666 Bytes

File metadata and controls

38 lines (25 loc) · 666 Bytes

Cryptography

Perry natively implements password hashing, JWT tokens, and Ethereum cryptography.

bcrypt

{{#include ../../examples/stdlib/crypto/snippets.ts:bcrypt}}

Argon2

{{#include ../../examples/stdlib/crypto/snippets.ts:argon2}}

JSON Web Tokens

{{#include ../../examples/stdlib/crypto/snippets.ts:jwt}}

Node.js Crypto

{{#include ../../examples/stdlib/crypto/snippets.ts:crypto-node}}

Ethers

{{#include ../../examples/stdlib/crypto/snippets.ts:ethers}}

Next Steps