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

Unsupported elliptic curve point type error #6

Open
Philip2809 opened this issue Oct 31, 2024 · 2 comments
Open

Unsupported elliptic curve point type error #6

Philip2809 opened this issue Oct 31, 2024 · 2 comments

Comments

@Philip2809
Copy link

I am getting this error:

Unsupported elliptic curve point type

My eph_key does not start with "0x02, 0x03, 0x04" it starts with: "b'\x01". Any idea what is causing this? I am using macless-haystack and have generated public and private keys, I can decode normally everything in the macless haystack application but want to look into how to do it in python for an automated thing like this

@Philip2809
Copy link
Author

soo
biemster/FindMy#52
you need to add if len(data) > 88: data = data[0:4] + data[5:] into decrypt_message function and then it works, however there is some other "confidence" value othen than the one that is listed: biemster/FindMy#52 (comment)

@Philip2809
Copy link
Author

Philip2809 commented Nov 19, 2024

#7 to fix this and add some more features, should also fix #3

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

1 participant