https://github.com/jcanelis/crypto-node
Crypto fun with Node.js
https://github.com/jcanelis/crypto-node
crypto jwt node
Last synced: 3 months ago
JSON representation
Crypto fun with Node.js
- Host: GitHub
- URL: https://github.com/jcanelis/crypto-node
- Owner: jcanelis
- License: mit
- Created: 2021-09-30T05:33:03.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-09-30T05:33:20.000Z (almost 5 years ago)
- Last Synced: 2025-12-31T06:56:34.516Z (7 months ago)
- Topics: crypto, jwt, node
- Language: JavaScript
- Homepage:
- Size: 45.9 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Crypto with Node
Exploring random stuff in [Node.js Crypto](https://nodejs.org/api/crypto.html#crypto_crypto).
- Cryptographic hash functions
- Password based key derivation functions (PBKDF2)
- Generating public & private encryption keys
- JSON Web Tokens (JWT)
## How to use
```
yarn install
```
```
cd src
```
```
node index.mjs
```