18 条回复  ·  1957 次点击
zbinlin 小成 昨天 21:17
国内的短信验证码登录和微信扫码登录应该是最适合你了。
Ma5ter 初学 昨天 21:20
@Android99 我用的是 KeePass ,这个 KeePassXC 和 KeePass 有啥大的区别吗?
CivAx 小成 昨天 21:59
docker compose 起个 2FAuth ,Github 有项目,我一直在用。
cnt2ex 小成 昨天 22:00
如果你的数据真的那么重要,又害怕失去密码和 2FA Token 导致自己登录不上,那就同时使用多种方式备份就好了。除非所有方式的备份都被你丢失了,否则总能恢复。 比如云端备份强密码数据库和 2FA Token ,但是存在云端的之前使用端到端加密,而端到端加密的密码使用的记录在纸条上。如果害怕纸条丢失,多复印几份贴在电脑上、硬盘上就好。 如果还害怕丢失,再把强密码数据库和 2FA Token 离线备份一份到移动硬盘里。 除非有人能物理接触这些东西,否则也盗不了你数据。
roygong 初学 昨天 22:27
用密码管理器不就行了,我用 Bitwarden 官方的服务,2FA 多设几个 YubiKey ,只用记个主密码。担心云服务不稳定的话,再导出刻盘找个安全的地方放着。
importmeta 初学 昨天 22:41
防撞库用
gbadge 初学 昨天 22:57
恢复代码用 gpg 加密然后把私钥和加密文件都用 7z 强加密存在网盘上,安全性和便携性皆有
zololiu 小成 昨天 23:01
自建 bitwarden 解君愁
lovehigh 初学 半小时前
@Ma5ter 差别不大,keepass 是官方自己的,keepassxc 是第三方的。 Why KeePassXC instead of KeePass? KeePass is a very proven and feature-rich password manager and there is nothing fundamentally wrong with it. However, it is written in C# and therefore requires Microsoft's .NET platform. On systems other than Windows, you can run KeePass using the Mono runtime libraries, but you won't get the native look and feel which you are used to. KeePassXC, on the other hand, is developed in C++ and runs natively on Linux, macOS and Windows giving you the best-possible platform integration.
12
返回顶部