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

Encode username, password, did, and totp for security #4202

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

Conversation

Hossy
Copy link

@Hossy Hossy commented Jul 20, 2022

Maybe not "security" but at least for sensitive information :-)

@Hossy Hossy changed the base branch from master to dev July 20, 2022 21:28
@Hossy
Copy link
Author

Hossy commented Mar 30, 2023

@Neilpang Please review and merge/provide feedback

@Eagle3386
Copy link
Contributor

Since #4646 was merged, there's no need to store the TOTP secret anymore - in fact, any new setup won't even store it.
So, IMHO you should adapt to those changes.

Other than that, I do see your point, but wonder how a simple Base64 encoding should help - probably most if not all attackers spot the encoding & copy-pastes the string for decoding it, e.g. via Notepad++'s built-in function, right away…

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