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

/Crypto/PublicKey/RSA.py", in size raise NotImplementedError #25

Open
matteoredaelli opened this issue Apr 14, 2020 · 1 comment
Open

Comments

@matteoredaelli
Copy link

With debian testing I get

File "/usr/local/bin/snxconnect", line 5, in <module>
    main ()
  File "/usr/local/lib/python3.8/dist-packages/snxconnect.py", line 555, in main
    result = rq.login ()
  File "/usr/local/lib/python3.8/dist-packages/snxconnect.py", line 209, in login
    ( password      = enc.encrypt (self.args.password)
  File "/usr/local/lib/python3.8/dist-packages/snxconnect.py", line 412, in encrypt
    x = self.pad (password)
  File "/usr/local/lib/python3.8/dist-packages/snxconnect.py", line 393, in pad
    l = (self.pubkey.size () + 7) >> 3
  File "/usr/local/lib/python3.8/dist-packages/Crypto/PublicKey/RSA.py", line 388, in size
    raise NotImplementedError
NotImplementedError

Matteo

@ellingtonsantos
Copy link

Same error here.

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

No branches or pull requests

2 participants