Wallet: Fixed description

This commit is contained in:
Daniel Pätzold
2026-03-31 19:39:30 +02:00
parent fd93f4d2d4
commit 43d2773ea9
+5 -4
View File
@@ -5,10 +5,11 @@
# Kwallet Setup to Secure Directory # Kwallet Setup to Secure Directory
# #
# Kwallet will be used for storing passwords for most KDE- Applications, like for Nextcloud- Client, Talk app and many more. # Kwallet will be used for storing passwords for most KDE- Applications, like for Nextcloud- Client, Talk app and many more.
# Usually Kwallet will ask for a password to have good security in your encrypted file, but this will make Logon non Interactive and is annoying for the user. # Usually Kwallet will set your first logon password for the wallet to have good encryption of your wallet file.
# Or, even worse, the first time you logon, the wallet will be created with your current password. But when it changes on the Domain, after new logon you will be asked # But when the logon Password changes on the Domain, after new logon you will be asked and you need to know the OLD password
# and you must enter the OLD password, breaking all apps, that are needing password if the old password was lost. This is a very bad situation. # If the old password was lost. This is a very bad situation, because you cannot recover your passwords.
# Instead we will check to have the Passwords opened without a seperate password set, but to have them encrypted at a secure place by the domain-encryption. # Instead we will use Walletfiles without a password, so stored data won't be lost.
# This requires to have them encrypted at a secure place by the domain-encryption that we always use for our Data
# #
# Basically, this script checks, if the Walletfile can be used without password and if it is located in the encrypted directory for security. # Basically, this script checks, if the Walletfile can be used without password and if it is located in the encrypted directory for security.
# Otherwise it will setup a the Walletfile into the encrypted Data-Directory and make it useable. # Otherwise it will setup a the Walletfile into the encrypted Data-Directory and make it useable.