Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Simple and secure encryption between github users [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
Simple and secure encryption between github users
This tool can encrypt/decrypt files or streams of data. Data will be encrypted using the public key of the github user you specify. Decryption will use your private key (typically located at ~/.ssh/id_rsa). Check octosecret-crypto for implementation details.
Usage:
$ octosecret [command] [args]
Commands:
encrypt [github username] [file] Encrypt using github user public key
decrypt [file] Decrypt using your private key
How it works:
This tool will encrypt/decrypt files or streams. Data will be encrypted
using the public key of the github user you specify. Decryption will use
your private key (located at ~/.ssh/id_rsa)
Examples:
Start encryption in interactive mode.
$ octosecret encrypt
Encrypt '/some/file' using github.com/hugorodrigues public key.
$ octosecret encrypt hugorodrigues /some/file
Encrypt data using github.com/hugorodrigues public key.
$ echo "Hello" | octosecret encrypt hugorodrigues
Decrypt in interactive mode.
$ octosecret decrypt
Decrypt '/some/file.octosecret' using your private key.
$ octosecret decrypt /some/file.octosecret
Check octosecret-crypto if you need to use this programmatically.
FAQs
Simple and secure encryption between github users [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
We found that octosecret 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.