robdmc / pandashells

:panda_face: Bringing the python data stack to the shell prompt
Other
788 stars 26 forks source link

Allow p.crypt accept to use Github keys #31

Open robdmc opened 9 years ago

robdmc commented 9 years ago

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

rgbkrk commented 9 years ago

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: