KDE Wallet Manager: Difference between revisions

    From KDE UserBase Wiki
    m (Added language navigation bar)
    m (wallet CLI)
    (14 intermediate revisions by 5 users not shown)
    Line 1: Line 1:
    {{Template:I18n/Language Navigation Bar|KDE_Wallet_Manager}}
    <languages />
    {|style="text-align:center"
    <translate>
    |[[Image:Kwalletmgr.png|250px]]||&nbsp;||'''KWalletManager manages all your passwords in an ecrypted file'''
     
    <!--T:1-->
    {|class="tablecenter vertical-centered"
    |[[Image:Kwalletmgr.png|250px]]||&nbsp;||'''KWalletManager manages some of your passwords in an encrypted file - but Kgpg does not use Kwallet, neither does firefox.'''
    |}
    |}


    <!--T:2-->
    '''KWalletManager''' is an optional tool which can greatly assist your work-flow while maintaining security.
    '''KWalletManager''' is an optional tool which can greatly assist your work-flow while maintaining security.
    * Wallets are encrypted against your chosen passphrase
    * ''Wallets'' are encrypted against your chosen passphrase
    * Wallets are, by default, closed.  Your passphrase is required to open a wallet
    * Wallets are, by default, closed.  Your passphrase is required to open a wallet
    * Wallets can be configured to close when unused
    * Wallets can be configured to close when unused
    * You control which applications may use the wallet - everything else will have to ask you for a password.
    * You control which applications may use the wallet - everything else will have to ask you for a password.


    A right-click, context menu on the wallet in kwalletmanager offers maintenance options:
    <!--T:3-->
    A right-click, context menu on the wallet in '''kwalletmanager''' offers maintenance options:
    * To create a new wallet
    * To create a new wallet
    * To open and examine the selected wallet
    * To open and examine the selected wallet
    Line 17: Line 22:
    * To close or delete the wallet
    * To close or delete the wallet


    Clicking (or in some versions, double-clicking) on a wallet allows you to examine the contents of a wallet.  From here you can remove any entries that you do not wish to be further controlled by the wallet.  A further advantage is that it is possible to examine the passwords for individual entries - particularly useful if you have mis-typed a password and stored it.  These activities remain secure, since they are only available ater you have given the passphrase.
    <!--T:4-->
    Clicking (or in some versions, double-clicking) on a wallet allows you to examine the contents of a wallet.  From here you can remove any entries that you do not wish to be further controlled by the wallet.  A further advantage is that it is possible to examine the passwords for individual entries - particularly useful if you have mis-typed a password and stored it.  These activities remain secure, since they are only available after you have given the passphrase.
     
    <!--T:5-->
    {{Tip|1=''For greater security'' configure '''KWalletManager''' to use one wallet for local passwords and a separate one for network passwords and form data.
    ----
    Some apps, e.g. ''octopi'', offer multiple options for password entry, e.g. ''gksu'' besides kdesu. gksu then offers to store a password, say the root password, in the gnome-keyring to save you the bother of repeated entering of the password in short intervals of time. That gnome keyring is a "wallet" separate from the KDE-wallet. Another separate "wallet" is the file /etc/passwd for login passwords into Gnu/Linux.
    }}
     
    == Hints and Tips == <!--T:7-->
     
    === How to make an application start using KDE Wallet Manager === <!--T:8-->


    <!--T:9-->
    Open '''KDE Wallet Manager''', and go to <menuchoice>Settings -> Configure Wallet... -> Access Control</menuchoice>, and there adjust application settings. Useful if you mistakenly told an application not to use '''KDE Wallet Manager'''.


    <!--T:10-->
    Use KDE-wallet with Python in a CLI: [http://www.mirbsd.org/kwalletcli.htm#b_pyex|CLI].


    ==FAQs, Hints and Tips==
    <!--T:6-->
    '''For greater security''' configure KWalletManager to use one wallet for local passwords and a separate one for network passwords and form data.
    [[Category:Utilities]]
    [[Category:Security]]
    </translate>

    Revision as of 02:01, 2 March 2018

      KWalletManager manages some of your passwords in an encrypted file - but Kgpg does not use Kwallet, neither does firefox.

    KWalletManager is an optional tool which can greatly assist your work-flow while maintaining security.

    • Wallets are encrypted against your chosen passphrase
    • Wallets are, by default, closed. Your passphrase is required to open a wallet
    • Wallets can be configured to close when unused
    • You control which applications may use the wallet - everything else will have to ask you for a password.

    A right-click, context menu on the wallet in kwalletmanager offers maintenance options:

    • To create a new wallet
    • To open and examine the selected wallet
    • To change the passphrase for that wallet
    • To disconnect an application currently using that wallet
    • To close or delete the wallet

    Clicking (or in some versions, double-clicking) on a wallet allows you to examine the contents of a wallet. From here you can remove any entries that you do not wish to be further controlled by the wallet. A further advantage is that it is possible to examine the passwords for individual entries - particularly useful if you have mis-typed a password and stored it. These activities remain secure, since they are only available after you have given the passphrase.

    Tip

    For greater security configure KWalletManager to use one wallet for local passwords and a separate one for network passwords and form data.
    Some apps, e.g. octopi, offer multiple options for password entry, e.g. gksu besides kdesu. gksu then offers to store a password, say the root password, in the gnome-keyring to save you the bother of repeated entering of the password in short intervals of time. That gnome keyring is a "wallet" separate from the KDE-wallet. Another separate "wallet" is the file /etc/passwd for login passwords into Gnu/Linux.


    Hints and Tips

    How to make an application start using KDE Wallet Manager

    Open KDE Wallet Manager, and go to Settings -> Configure Wallet... -> Access Control, and there adjust application settings. Useful if you mistakenly told an application not to use KDE Wallet Manager.

    Use KDE-wallet with Python in a CLI: [1].