Python Forum
TypeError: '>=' not supported between instances of 'int' and 'str' - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: TypeError: '>=' not supported between instances of 'int' and 'str' (/thread-32852.html)

Pages: 1 2


RE: TypeError: '>=' not supported between instances of 'int' and 'str' - buran - Mar-11-2021

out of curiosity - why did you use this library and not e.g. pycryptodome

Also, I use 512 bits to generate RSA keys for the example. You may want to increase it.


RE: TypeError: '>=' not supported between instances of 'int' and 'str' - helpme1 - Mar-11-2021

(Mar-11-2021, 09:52 AM)buran Wrote: out of curiosity - why did you use this library and not e.g. pycryptodome

Also, I use 512 bits to generate RSA keys for the example. You may want to increase it.

Good advice Might do that, also I did try cryptodome but I didn't like it for some reason, forgot the reason but I do know it's a good reason.