diff --git a/client_software/0010_kwallet/install.sh b/client_software/0010_kwallet/install.sh index 7b42cb3..f9eecec 100755 --- a/client_software/0010_kwallet/install.sh +++ b/client_software/0010_kwallet/install.sh @@ -5,10 +5,11 @@ # 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. -# 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. -# 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 -# 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. -# 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. +# Usually Kwallet will set your first logon password for the wallet to have good encryption of your wallet file. +# But when the logon Password changes on the Domain, after new logon you will be asked and you need to know the OLD password +# If the old password was lost. This is a very bad situation, because you cannot recover your passwords. +# 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. # Otherwise it will setup a the Walletfile into the encrypted Data-Directory and make it useable.