Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

embulk-encoder-pgp_encryption

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

embulk-encoder-pgp_encryption

  • 0.1.0
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

Pgp Encryption encoder plugin for Embulk

Embulk encoder plugin to encrypt with PGP key.

Overview

  • Plugin type: encoder

Configuration

  • public_key_ring: KeyRing file path (string, required)
  • key_name: User ID sub-string of the public key like email (string, default: ""). If omitted, the first pubKey is used.

Example

out:
  type: file output plugin type
  encoders:
    - type: pgp_encryption
      public_key_ring: ./sample/pubring.gpg
      key_name: mokemokechicken@example.com

Build

$ ./gradlew gem  # -t to watch change of files and rebuild continuously

FAQs

Package last updated on 08 Mar 2016

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc