0.3.1 • Published 9 months ago

@hapheus/n8n-nodes-pgp v0.3.1

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

n8n-nodes-pgp

This is an n8n community node. It lets you use OpenPGP encryption and signing in your n8n workflows.

OpenPGP is a standard for encryption and signing of data.

n8n is a fair-code licensed workflow automation platform.

Table of Contents

Installation

Follow the installation guide in the n8n community nodes documentation.

Operations

  • Encrypt: Encrypts text using OpenPGP encryption.
  • Decrypt: Decrypts text using OpenPGP decryption.
  • Sign: Signs text using OpenPGP signing.
  • Verify: Verifies the signature of text using OpenPGP.
  • Encrypt And Sign: Encrypts and signs the message using OpenPGP.
  • Verify And Decrypt: Verifies and Decrypts the message using OpenPGP.

Credentials

To authenticate with this node, you need to provide the following credentials:

  • Passphrase: The passphrase for the private key.
  • Public Key: Armored public key for encryption and verification.
  • Private Key: Armored private key for decryption and signing.

Resources

Screenshots

Credentials

Credentials

Encryption

Encrypt

Decryption

Decrypt

Signing

Sign

Verification

Verify

Encrypt and Sign

Encrypt and Sign

Verify and Decrypt

Verify and Decrypt