n8n-nodes-bcryptsalted
Version:
Custom n8n node to generate salted bcrypt hash given a string input
21 lines (13 loc) • 410 B
Markdown
# n8n-nodes-bcryptsalted
[](https://n8n.io/)
A community node for [n8n](https://n8n.io) that generates salted bcrypt-based hash.
## 📦 Installation
* the CLI inside n8n container
```bash
npm install n8n-nodes-bcryptsalted
```
* the Editor UI
```bash
settings -> Community Nodes -> Install -> n8n-nodes-bcryptsalted
```