UNPKG

n8n-nodes-bcryptsalted

Version:

Custom n8n node to generate salted bcrypt hash given a string input

21 lines (13 loc) 410 B
# n8n-nodes-bcryptsalted [![n8n-community](https://img.shields.io/badge/n8n-community%20node-orange.svg)](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 ```