Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
en:it-security:passwords [2024/02/05 00:20] – Automatic translation 135.181.137.61 | en:it-security:passwords [2024/02/05 08:33] (current) – old revision restored (2024/02/04 23:29) psycore | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | {{tag>deutsch | + | {{tag>english |
====== Secure passwords ====== | ====== Secure passwords ====== | ||
Line 18: | Line 18: | ||
The ideal handling of passwords would look like this: | The ideal handling of passwords would look like this: | ||
- | Integrated into our brain would be a [[wpde>MySQL]] database that could store an infinite amount of information and retrieve it at any time. We would then be able to remember every password. Of course, this is completely utopian. At least with the current state of technology. But what we can't do, a computer can do for us. But more on that later. | + | Integrated into our brain would be a [[wp>MySQL]] database that could store an infinite amount of information and retrieve it at any time. We would then be able to remember every password. Of course, this is completely utopian. At least with the current state of technology. But what we can't do, a computer can do for us. But more on that later. |
Line 52: | Line 52: | ||
- The database must not be stored in plain text | - The database must not be stored in plain text | ||
- | Such a programme | + | Such a tool is [[https:// |
Line 122: | Line 122: | ||
To ensure a certain basic security of your data on the Internet, it is important to keep a few things in mind: | To ensure a certain basic security of your data on the Internet, it is important to keep a few things in mind: | ||
- | * Passwords should always be sent via a [[https:// | + | * Passwords should always be sent via a [[wp>Transport_Layer_Security]] connection |
- | * Use a different password for each page | + | * Use a different password for each site |
- | * The basics | + | * Follow the basic [[en:windows:security: |
* Never share passwords | * Never share passwords | ||
===== 6.0 Multifactor authentication ===== | ===== 6.0 Multifactor authentication ===== | ||
- | Wherever possible [[https:// | + | Wherever possible [[wp>MFA]] should be used wherever possible (e.g. via an authenticator app or a hardware token). |
===== 7.0 Conclusion ===== | ===== 7.0 Conclusion ===== |