Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replacement for pycrypto #843

Closed
ahiemstra opened this issue Aug 20, 2023 · 2 comments
Closed

Replacement for pycrypto #843

ahiemstra opened this issue Aug 20, 2023 · 2 comments

Comments

@ahiemstra
Copy link

Is your feature request related to a problem? Please describe.
I'm investigating if I can use KIVY / MIVYMD / KIVY-IOS to create platform independent apps with Python. I installed ivy-ios, and noticed that pycrypto v2.6 is included in the toolchain. However, this module is not being supported since Python 3.3.

Describe the solution you'd like
The replacement for pycrypto is pycryptodome. So that would be an obvious replacement. Or any other encryption module that is supported with Python 3.10+.

Describe alternatives you've considered
Alternatively I could create a recipe for pycryptodome myself, but I think I miss the knowledge to do so.

Additional context
I think including a depreciated module like pycrypto is not a good thing. So it might be time to replace it anyways.

Regards, Arjen.

@misl6
Copy link
Member

misl6 commented Aug 22, 2023

Hi @ahiemstra ,

Unless something changed recently on pycryptodome side, see: #701 (comment)

(Everything is possible, but you'll likely required to do a lot of patching).

What I can suggest (and I do the same on my side), if speed is not an issue, is to implement the algorithm you need in plain-python.

@Julian-O
Copy link
Contributor

Closing as duplicate of #701

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants