robdmc / pandashells

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

p.crypt is broken #50

Open robdmc opened 5 years ago

robdmc commented 5 years ago

The way p.crypt works with openssl makes it pretty brittle due to variations of the openssl tool that can be installed on different systems. I need to write this tool to use python's cryptography libraries instead of relying on openssl.