Skip to content

A node (for node-red) that can be used for encrypting and verifying user passwords.

Notifications You must be signed in to change notification settings

djok/node-red-contrib-twin-bcrypt

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-red-contrib-twin-bcrypt

Introduction

A node that can be used for encrypting user passwords compatible with PHP crypt() function

Features

  • encrypt
  • verify

Uses twin-bcrypt.js

Options

  • field: field to encrypt or to verify against (string) *

  • verify: field to verify (hash) *

The field specified will be replaced with the encrypted version if the action is set to encrypt.

Outputs

msg.match will be either true or false

Credits

Fork of node-red-contrib-bcrypt Based on work started by Shane Girish at bcrypt-nodejs (MIT-licensed) which is itself based on javascript-bcrypt (New BSD-licensed)

About

A node (for node-red) that can be used for encrypting and verifying user passwords.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 52.8%
  • JavaScript 47.2%