Skip to content

This repo contains a Docker build for encryption tools

Notifications You must be signed in to change notification settings

PremiereGlobal/crypto-tools

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

Crypto Tools

This repository houses the manifest for a Docker image for encryption

Encrypt with Keybase

keybase pgp encrypt username --no-self -m 'this is a secret'

or

keybase pgp encrypt username --no-self -i ./file.txt

Encrypt with GPG

curl https://keybase.io/username/key.asc -o key.pub
gpg --import key.pub
gpg --encrypt --trust-model always --armor --recipient [email protected] --output file.encrypted ./file.txt
cat file.encrypted

About

This repo contains a Docker build for encryption tools

Resources

Stars

Watchers

Forks

Packages

No packages published