abertschi / postcards

A CLI for the Swiss Postcard Creator :postbox:
https://abertschi.ch/blog/2022/receiving-postcards/
MIT License
36 stars 8 forks source link

replace pycrypto with pycryptodome #19

Closed matbech closed 6 years ago

matbech commented 6 years ago

pycrypto is no longer maintained. Use pycryptodome instead.

abertschi commented 6 years ago

pycrypto is required by other packages, namely simple-crypt. A simple replace will not work

matbech commented 6 years ago

Where is simplecrypt used? There is no reference in this repo: https://github.com/abertschi/postcards/search?utf8=%E2%9C%93&q=simplecrypt&type=

Looking at the "encrypt" implementation, it uses a simple xor: https://github.com/abertschi/postcards/blob/master/postcards/postcards.py#L316

abertschi commented 6 years ago

simple-crypt was still listed as dependency of the project, see #20