New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

authenticated-pipe

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

authenticated-pipe

Make sure you receive data from the right person.

  • 1.0.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
1
decreased by-87.5%
Maintainers
1
Weekly downloads
 
Created
Source

authenticated-pipe

Make sure you receive data from the right person. Goes hand in hand with airpaste (to magically send your data through the local network) and private-pipe (to encrypt the data during transport).

Note: This library has not been cryptographically audited. Use it with a grain of salt.

npm version build status ISC-licensed support me via GitHub Sponsors chat with me on Twitter

Installation

npm install authenticated-pipe -g

Or run it directly using npx.

Usage

Sign & send data:
	auth-pipe send
Receive data:
	auth-pipe receive [peer-public-key]

As an example, we're going to send secret message via airpaste, encrypted via private-pipe and authenticated via auth-pipe:

# machine A
echo 'secret message' | auth-pipe send | private-pipe 'secret password' | airpaste
# Your identity: 😄📊👉💧🙏💬

# machine B
airpaste | private-pipe 'secret password' | auth-pipe receive 😄📊👉💧🙏💬
# Sender identity 😄📊👉💧🙏💬 matches.
# secret message

Contributing

If you have a question or need support using authenticated-pipe, please double-check your code and setup first. If you think you have found a bug or want to propose a feature, refer to the issues page.

Keywords

FAQs

Package last updated on 31 Mar 2021

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