@hapheus/n8n-nodes-pgp
v0.3.1
Published
n8n-nodes-pgp enables seamless integration of PGP encryption functionalities into n8n workflows. Create keys, encrypt, decrypt, sign, and verify messages effortlessly. Perfect for secure data handling in automated workflows.
Downloads
37
Maintainers
Readme
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.