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

Authenticate using enc_pass over plain text pass (fixes #121) #122

Merged
merged 2 commits into from
Aug 21, 2024

Conversation

mobeigi
Copy link
Owner

@mobeigi mobeigi commented Aug 21, 2024

The issue here is that Facebook changed their authentication rules.
We've been sending the password using pass in plaintext (but over HTTPS so still secure) so far.
Facebook no longer allows this (which means it completely breaks Facebook for people using no Javascript browsers!).

Instead, Facebook is now enforcing we pass a enc_pass encrypted version of the password which they first started using around 2019 but it wasn't enforced like it is now.

Thankfully, other people like @lorenzodifuccia have already done the hard work to generate this encrypted password.
https://gist.github.com/lorenzodifuccia/c857afa47ede66db852e6a25c0a1a027

@mobeigi mobeigi merged commit 256d8e6 into master Aug 21, 2024
2 checks passed
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

Successfully merging this pull request may close these issues.

1 participant