robdmc / pandashells

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

p.crypt issues a deprecation warning #48

Closed robdmc closed 5 years ago

robdmc commented 5 years ago

p.crypt uses openssl which just started issuing this warning for the way it is called for doing the encryption.

λ p.crypt -i secrets.sh -o secrets.sh.crypt
enter aes-256-cbc encryption password:
Verifying - enter aes-256-cbc encryption password:
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
robdmc commented 5 years ago

Fixed