![PyPI Now Supports iOS and Android Wheels for Mobile Python Development](https://cdn.sanity.io/images/cgdhsj6q/production/96416c872705517a6a65ad9646ce3e7caef623a0-1024x1024.webp?w=400&fit=max&auto=format)
Security News
PyPI Now Supports iOS and Android Wheels for Mobile Python Development
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
authenticated-pipe
Advanced tools
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 install authenticated-pipe -g
Or run it directly using npx.
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
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.
FAQs
Make sure you receive data from the right person.
The npm package authenticated-pipe receives a total of 1 weekly downloads. As such, authenticated-pipe popularity was classified as not popular.
We found that authenticated-pipe demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
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.
Security News
PyPI now supports iOS and Android wheels, making it easier for Python developers to distribute mobile packages.
Security News
Create React App is officially deprecated due to React 19 issues and lack of maintenance—developers should switch to Vite or other modern alternatives.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.