Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Handle properly non-ascii values in credentials #24

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

abyss638
Copy link
Member

@abyss638 abyss638 commented Sep 17, 2024

Resolves #9

macOs keychain CLI returns non-ascii values as Hex value + escaped string. The change converts the hex value to UTF-8 Java string to handle properly non-ascii user / password values in credentials.

Special characters are now also supported for password values.

@abyss638 abyss638 linked an issue Sep 17, 2024 that may be closed by this pull request
@nedtwigg
Copy link

Aha! Years ago I had the hardest time with Outlook on Mac, finally figured it out it was a UTF encoding bug. Thanks for fixing this @abyss638, I hope it gets merged and released soon. Thanks so much for making this opensource btw, very useful!

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

Successfully merging this pull request may close these issues.

Secure credentials encoding issue on Mac
2 participants