@hapheus/n8n-nodes-pgp

0.3.0 • Public • Published

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.
  • Create Key: Creates a new Key Pair

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

Create new Keys

Create Keys

Package Sidebar

Install

npm i @hapheus/n8n-nodes-pgp

Weekly Downloads

1

Version

0.3.0

License

MIT

Unpacked Size

48.9 kB

Total Files

18

Last publish

Collaborators

  • hapheus