-
Notifications
You must be signed in to change notification settings - Fork 25
/
password-managers.json
22 lines (22 loc) · 1.14 KB
/
password-managers.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"title": "Password Managers",
"emoji": "\ud83d\udd11",
"apps": [
{
"name": "Bitwarden",
"description": "An open source password manager with End-to-End encryption and cross-platform support. Bitwarden makes it easy to generate, store, and secure unique passwords from any location or device.",
"source": "https://github.com/bitwarden/mobile",
"fdroid": "https://mobileapp.bitwarden.com/fdroid",
"playstore": "https://play.google.com/store/apps/details?id=com.x8bit.bitwarden",
"website": "https://bitwarden.com"
},
{
"name": "KeePassDX",
"description": "A multi-format KeePass manager for Android devices. The app allows creating keys and passwords in a secure way by integrating with the Android design standards.",
"source": "https://github.com/Kunzisoft/KeePassDX",
"fdroid": "https://www.f-droid.org/packages/com.kunzisoft.keepass.libre",
"playstore": "https://play.google.com/store/apps/details?id=com.kunzisoft.keepass.free",
"website": "https://www.keepassdx.com"
}
]
}