bayleedev / public-encoder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Public Encoder

GPG Helper

Setup the repo

  1. First clone the repo and copy the template file.
git clone git@github.com:blainesch/public-encoder.git
cd public-encoder
cp template my-template
  1. Edit my-template with what you want your default encryption message to look like.

Encrypting Data

  1. Copy a public key to your clipboard
  2. Run ./write NAME where NAME is an identifier for your private key

Decrypting Data

  1. Copy the encrypted message to your clipboard
  2. Run ./read

About

License:The Unlicense


Languages

Language:Shell 100.0%