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

Support s2k_fo #115

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

trevormcclellan
Copy link

For whatever reason, the server always selects s2k_fo as the protocol in the first stage of authentication. The code had a note saying that it only supports s2k, so I added support for s2k_fo. The only difference is that s2k expects a SHA-256 digest of the password, while s2k_fo expects a UTF-8 Hex String of the SHA-256 digest (which I figured out from here: https://github.com/ionescu007/Blackwood-4NT?tab=readme-ov-file#protocols-supported).

@dchristl
Copy link
Owner

dchristl commented Sep 6, 2024

Hello @trevormcclellan ,

thank you for your work. Can you perhaps go into a little more detail here? I don't understand the problem and the effects. What does this commit solve? Is there possibly a bug entry at pypush (the code is not mine)?

Kind Regards
Danny

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.

2 participants