pandashells icon indicating copy to clipboard operation
pandashells copied to clipboard

Allow p.crypt accept to use Github keys

Open robdmc opened this issue 9 years ago • 1 comments

Add a new switch to the p.crypt tool.

--github [username]

If username not specified, encrypts with public key in ~/.ssh If username specified, ecrypts with that github users public key

When decrypting, uses private key in ~/.ssh

Basically, I want to wrap this cool gist by @rgbkrk

https://gist.github.com/rgbkrk/7827691

robdmc avatar Aug 06 '15 17:08 robdmc

Whoa this pandashells tool is cool. OMG.

@smashwilson and I made plans to use the newer cryptography library from Python for this (as a Python helper library). Seems like you'd want a handy library for that. I'm going to have to dig to see what p.crypt is up to. :smile:

rgbkrk avatar Aug 06 '15 18:08 rgbkrk