An open API service indexing awesome lists of open source software.

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

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
```