|
|
|
|
|
by JonathanBeuys
901 days ago
|
|
Yes. The auth part should not be displayed when you hover over a bookmark. Chromium does not display it. In the end, every security mechanism is "plain text". Even ssh keys. When someone gains access to your ssh key, which is just an ascii string, they can log in as you. |
|
I strongly suggest looking into multi-factor authentication, or other modern authorization/security mechanisms if you want to see examples of security systems that are not just plain text.
> Chromium does not display it.
Security by obscurity is not ideal, although I can understand that the lack of this feature in Firefox hinders your usecase.