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

Some special characters in passwords cause issues #145

Open
littlefeltfangs opened this issue Nov 29, 2023 · 2 comments
Open

Some special characters in passwords cause issues #145

littlefeltfangs opened this issue Nov 29, 2023 · 2 comments
Labels
bug an unexpected problem or unintended behavior tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day

Comments

@littlefeltfangs
Copy link

Using Windows 10 x64 (build 19045), R 4.3.1 (2023-06-16 ucrt) , and keyring_1.3.1
Run key_set("test")
Enter "Password£"

Returns:

input string 1 is invalid
Error in b_wincred_set(self, private, service, username, keyring, prompt) :
Aborted setting keyring key
In addition: Warning message:
In sub("\r?\n$", "", rawToChar(x)) : unable to translate 'Password

' to a wide string

Just "Password" works fine.

@gaborcsardi gaborcsardi added the bug an unexpected problem or unintended behavior label Nov 29, 2023
@gaborcsardi
Copy link
Member

Thanks, probably a bug indeed.

@splendiduser
Copy link

Using the same Windows system, R 4.3.2, and keyring 1.3.2, I noticed that usernames which are email addresses are not passed unchanged to the Windows credential manager. The "@" character is turned into "%40". Is that possibly related or expected?

@gaborcsardi gaborcsardi added the tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day label Jul 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug an unexpected problem or unintended behavior tidy-dev-day 🤓 Tidyverse Developer Day rstd.io/tidy-dev-day
Projects
None yet
Development

No branches or pull requests

3 participants