mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
translated
This commit is contained in:
parent
0ecefae7d7
commit
fff95e2a53
@ -1,114 +0,0 @@
|
||||
[#]: subject: "Padloc: An Intuitive Open-Source Password Manager"
|
||||
[#]: via: "https://itsfoss.com/padloc/"
|
||||
[#]: author: "Ankush Das https://itsfoss.com/author/ankush/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Padloc: An Intuitive Open-Source Password Manager
|
||||
======
|
||||
Brief: Exploring an open-source password manager with a pleasing user interface, available cross-platform.
|
||||
|
||||
There are plenty of free and premium password managers for individuals and teams.
|
||||
|
||||
However, when it comes to open-source solutions, it is often limited to a couple of good ones like [Seahorse][1], [KeePassXC][2], and [Bitwarden][3].
|
||||
|
||||
If you have read through our list of the [best password managers for Linux][4], you might already know some of them.
|
||||
|
||||
I stumbled upon another interesting open-source password manager that could make it to that list for its user experience, i.e., **Padloc**.
|
||||
|
||||
### Padloc: A Secure Cross-Platform Password Manager App
|
||||
|
||||
![padloc screenshot][5]
|
||||
|
||||
While Padloc is not super popular, it is not just another open-source password manager.
|
||||
|
||||
You get a refreshing user experience with the app and end-to-end encryption to secure passwords. It aims to provide a clean and simple interface to work with.
|
||||
|
||||
![padloc light mode][6]
|
||||
|
||||
Free to start with, but offers paid subscriptions to unlock most features.
|
||||
|
||||
And it supports all the major platforms, including Linux, Windows, macOS, Android, and iOS.
|
||||
|
||||
You also get browser extensions for Mozilla Firefox and Google Chrome with all the available applications. So, you can always choose to access/use it on the web browser as well.
|
||||
|
||||
Interestingly, the project did not see any major updates for almost two years until recently. But, it is an actively maintained open-source project.
|
||||
|
||||
### Features of Padloc
|
||||
|
||||
![padloc active sessions][7]
|
||||
|
||||
Padloc offers a range of free and premium features. As per your requirements, you can choose to upgrade with a paid subscription.
|
||||
|
||||
Some features include:
|
||||
|
||||
* Unlimited vault items
|
||||
* Unlimited devices
|
||||
* Two-factor authentication via email
|
||||
* Add tags
|
||||
* Generate unique passwords
|
||||
* Favicon support to identify vault items
|
||||
* Dark/light mode theme
|
||||
* Active session management
|
||||
* Import/Export functionality (encrypted container/ CSV)
|
||||
* Team support (paid)
|
||||
* Multi-Factor Authentication (paid)
|
||||
* Note-taking (paid)
|
||||
* Document attachments (paid)
|
||||
* Security report (paid)
|
||||
|
||||
Technically, you get all the essential features. But, to make the most out of it, you will need the premium subscription that starts at **$3.49 per month or $34.9 per year**.
|
||||
|
||||
### Install Padloc on Linux
|
||||
|
||||
![padloc app screenshot 1][8]
|
||||
|
||||
Padloc gives you multiple options for Linux. You can download the AppImage, .deb, Snap, or the Flatpak package.
|
||||
|
||||
Furthermore, you can download a non-electron desktop client version, which is nice!
|
||||
|
||||
I tested the AppImage file, and it worked well. You can follow our guide to [use AppIma][9][ge, set up Flatpak][10], or [install deb packages][11] to get started.
|
||||
|
||||
You can check out its [official website][12] or [GitHub page][13] for more information.
|
||||
|
||||
[Padloc][14]
|
||||
|
||||
### A Slightly Expensive Password Manager for a Good User Experience
|
||||
|
||||
I was impressed with its user interface and the overall experience you get with it.
|
||||
|
||||
If you prioritize the user interface, minimalism, and open-source tech, Padloc can be a useful option, whether you decide to use it for free or pay.
|
||||
|
||||
Of course, if you want something value for money (or cheaper), you can always pick something like [Bitwarden][15].
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/padloc/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lkxed
|
||||
[1]: https://itsfoss.com/seahorse/
|
||||
[2]: https://itsfoss.com/keepassxc/
|
||||
[3]: https://itsfoss.com/bitwarden/
|
||||
[4]: https://itsfoss.com/password-managers-linux/
|
||||
[5]: https://itsfoss.com/wp-content/uploads/2022/08/padloc-screenshot.png
|
||||
[6]: https://itsfoss.com/wp-content/uploads/2022/08/padloc-light-mode.png
|
||||
[7]: https://itsfoss.com/wp-content/uploads/2022/08/padloc-active-sessions.png
|
||||
[8]: https://itsfoss.com/wp-content/uploads/2022/08/padloc-app-screenshot-1.png
|
||||
[9]: https://itsfoss.com/use-appimage-linux/
|
||||
[10]: https://itsfoss.com/flatpak-guide/
|
||||
[11]: https://itsfoss.com/install-deb-files-ubuntu/
|
||||
[12]: https://padloc.app/
|
||||
[13]: https://github.com/padloc/padloc
|
||||
[14]: https://padloc.app/
|
||||
[15]: https://itsfoss.com/bitwarden/
|
@ -0,0 +1,114 @@
|
||||
[#]: subject: "Padloc: An Intuitive Open-Source Password Manager"
|
||||
[#]: via: "https://itsfoss.com/padloc/"
|
||||
[#]: author: "Ankush Das https://itsfoss.com/author/ankush/"
|
||||
[#]: collector: "lkxed"
|
||||
[#]: translator: "geekpi"
|
||||
[#]: reviewer: " "
|
||||
[#]: publisher: " "
|
||||
[#]: url: " "
|
||||
|
||||
Padloc:一个直观的开源密码管理器
|
||||
======
|
||||
简介:探索具有令人愉悦的用户界面、跨平台可用的开源密码管理器。
|
||||
|
||||
有大量适用于个人和团队的免费和高级密码管理器。
|
||||
|
||||
然而,当谈到开源方案时,它通常仅限于几个好的方案,如 [Seahorse][1]、[KeePassXC][2] 和 [Bitwarden][3]。
|
||||
|
||||
如果您已阅读我们的 [Linux 最佳密码管理器][4]列表,你可能已经知道其中的一些。
|
||||
|
||||
我偶然发现了另一个有趣的开源密码管理器,它可以因其用户体验而进入该列表,即 **Padloc**。
|
||||
|
||||
### Padloc:安全的跨平台密码管理器应用
|
||||
|
||||
![padloc screenshot][5]
|
||||
|
||||
虽然 Padloc 不是超级流行,但它不仅仅是另一个开源密码管理器。
|
||||
|
||||
你可以通过应用和端到端加密来保护密码,从而获得令人耳目一新的用户体验。它旨在提供一个干净简单的界面来使用。
|
||||
|
||||
![padloc light mode][6]
|
||||
|
||||
免费开始,但提供付费订阅以解锁大多数功能。
|
||||
|
||||
它支持所有主要平台,包括 Linux、Windows、macOS、Android 和 iOS。
|
||||
|
||||
你还可以获得 Mozilla Firefox 和 Google Chrome 的浏览器扩展以及所有可用的应用。因此,你也可以随时选择在网络浏览器上访问/使用它。
|
||||
|
||||
有趣的是,直到最近,该项目近两年都没有看到任何重大更新。但是,它是一个积极维护的开源项目。
|
||||
|
||||
### Padloc 的特点
|
||||
|
||||
![padloc active sessions][7]
|
||||
|
||||
Padloc 提供一系列免费和高级功能。根据你的要求,你可以选择使用付费订阅进行升级。
|
||||
|
||||
一些功能包括:
|
||||
|
||||
* 无限保管库项目
|
||||
* 无限设备
|
||||
* 通过电子邮件进行两因素身份验证
|
||||
* 添加标签
|
||||
* 生成唯一密码
|
||||
* Favicon 支持识别保管库项目
|
||||
* 暗/亮模式主题
|
||||
* 主动会话管理
|
||||
* 导入/导出功能(加密容器/CSV)
|
||||
* 团队支持(付费)
|
||||
* 多重身份验证(付费)
|
||||
* 记笔记(付费)
|
||||
* 文件附件(付费)
|
||||
* 安全报告(付费)
|
||||
|
||||
从技术上讲,你可以获得所有基本功能。但是,要充分利用它,你需要订阅起价为**每月 3.49 美元或每年 34.9 美元**的高级订阅。
|
||||
|
||||
### 在 Linux 上安装 Padloc
|
||||
|
||||
![padloc app screenshot 1][8]
|
||||
|
||||
Padloc 为你提供了多种适用于 Linux 的选项。你可以下载 AppImage、.deb、Snap 或 Flatpak 包。
|
||||
|
||||
此外,你可以下载非 electron 桌面客户端版本,这很好!
|
||||
|
||||
我测试了 AppImage 文件,它运行良好。你可以按照我们的指南[使用 AppImage][9]、[设置 Flatpak][10] 或[安装 deb 包][11]开始使用。
|
||||
|
||||
你可以查看其[官方网站][12]或 [GitHub 页面][13]了解更多信息。
|
||||
|
||||
[Padloc][14]
|
||||
|
||||
### 一个略显昂贵的密码管理器带来良好的用户体验
|
||||
|
||||
它的用户界面和你使用它的整体体验给我留下了深刻的印象。
|
||||
|
||||
如果你优先考虑用户界面、极简主义和开源技术,无论你决定免费使用还是付费使用,Padloc 都是一个有用的选择。
|
||||
|
||||
当然,如果你想要物有所值(或更便宜)的东西,你可以随时选择 [Bitwarden][15] 之类的东西。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://itsfoss.com/padloc/
|
||||
|
||||
作者:[Ankush Das][a]
|
||||
选题:[lkxed][b]
|
||||
译者:[geekpi](https://github.com/geekpi)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]: https://itsfoss.com/author/ankush/
|
||||
[b]: https://github.com/lkxed
|
||||
[1]: https://itsfoss.com/seahorse/
|
||||
[2]: https://itsfoss.com/keepassxc/
|
||||
[3]: https://itsfoss.com/bitwarden/
|
||||
[4]: https://itsfoss.com/password-managers-linux/
|
||||
[5]: https://itsfoss.com/wp-content/uploads/2022/08/padloc-screenshot.png
|
||||
[6]: https://itsfoss.com/wp-content/uploads/2022/08/padloc-light-mode.png
|
||||
[7]: https://itsfoss.com/wp-content/uploads/2022/08/padloc-active-sessions.png
|
||||
[8]: https://itsfoss.com/wp-content/uploads/2022/08/padloc-app-screenshot-1.png
|
||||
[9]: https://itsfoss.com/use-appimage-linux/
|
||||
[10]: https://itsfoss.com/flatpak-guide/
|
||||
[11]: https://itsfoss.com/install-deb-files-ubuntu/
|
||||
[12]: https://padloc.app/
|
||||
[13]: https://github.com/padloc/padloc
|
||||
[14]: https://padloc.app/
|
||||
[15]: https://itsfoss.com/bitwarden/
|
Loading…
Reference in New Issue
Block a user