1
lake325 OP 终于找到了!!! 自问自答了
|
2
lake325 OP 官方文档这么说的( https://userbase.kde.org/File_transfers )
If your server requires authentication you will be prompted for your credentials in a popup dialog. Enter your username and password. If you wish to save them, check the relevant checkbox. Dolphin will store your passwords securely in your KDE Wallet. For faster access you can insert the username and password directly in the address bar using this format: ftp://username:[email protected]; however we do not recommend this, as it is a security risk. Not only is it visible in your location bar, but it is stored in plain text, and so can be easily read by anyone with access to your home folder. Storing the password in KWallet is much safer, providing you have protected your KWallet with a password. |
3
guochao 2021-01-13 19:54:11 +08:00 1
kde 上用到 kwallet 的地方遍地都是。比如说 plasma-nm-applet,是一个 qml app,注册自己为 network manager 的 secret agent 、和用户通过 GUI 交互来提供 credential 、作为 network manager 的 credential store 来 CRUD 。
kde 类的 kwallet,其他的 gnome-keyring 。Windows Credential Manager 。macOS keychain 。都是类似的东西。 |