Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weโ€™ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PM-12502] Update app descriptions #45

Merged
merged 4 commits into from
Sep 23, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
33 changes: 27 additions & 6 deletions repos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,46 @@
android:
git: "https://github.com/bitwarden/android"
applications:
- description: "This repo has the new native Android app. Looking for the legacy .NET MAUI apps? Head on over to bitwarden/mobile."
filename: "com.x8bit.bitwarden-fdroid.apk"
- filename: "com.x8bit.bitwarden-fdroid.apk"
id: "bitwarden"
name: "Bitwarden"
categories:
- Security
- description: "This repo has the new native Android app Beta version. Looking for the legacy .NET MAUI apps? Head on over to bitwarden/mobile."
filename: "com.x8bit.bitwarden.beta-fdroid.apk"
description: |
Bitwarden is the easiest and safest way to store all of your logins and passwords while conveniently keeping them synced between all of your devices.

Password theft is a serious problem. The websites and apps that you use are under attack every day. Security breaches occur and your passwords are stolen. When you reuse the same passwords across apps and websites hackers can easily access your email, bank, and other important accounts.

Security experts recommend that you use a different, randomly generated password for every account that you create. But how do you manage all those passwords? Bitwarden makes it easy for you to create, store, and access your passwords.

Bitwarden stores all of your logins in an encrypted vault that syncs across all of your devices. Since it's fully encrypted before it ever leaves your device, only you have access to your data. Not even the team at Bitwarden can read your data, even if we wanted to. Your data is sealed with AES-256 bit encryption, salted hashing, and PBKDF2 SHA-256.

Bitwarden is focused on open source software. The source code for Bitwarden is hosted on GitHub and everyone is free to review, audit, and contribute to the Bitwarden codebase.

- filename: "com.x8bit.bitwarden.beta-fdroid.apk"
id: "bitwarden-beta"
name: "Bitwarden Beta"
categories:
- Security
description: |
Bitwarden is the easiest and safest way to store all of your logins and passwords while conveniently keeping them synced between all of your devices.

Password theft is a serious problem. The websites and apps that you use are under attack every day. Security breaches occur and your passwords are stolen. When you reuse the same passwords across apps and websites hackers can easily access your email, bank, and other important accounts.

Security experts recommend that you use a different, randomly generated password for every account that you create. But how do you manage all those passwords? Bitwarden makes it easy for you to create, store, and access your passwords.

Bitwarden stores all of your logins in an encrypted vault that syncs across all of your devices. Since it's fully encrypted before it ever leaves your device, only you have access to your data. Not even the team at Bitwarden can read your data, even if we wanted to. Your data is sealed with AES-256 bit encryption, salted hashing, and PBKDF2 SHA-256.

Bitwarden is focused on open source software. The source code for Bitwarden is hosted on GitHub and everyone is free to review, audit, and contribute to the Bitwarden codebase.


authenticator-android:
git: "https://github.com/bitwarden/authenticator-android"
applications:
- description: "This repo has the new native Android app. Looking for the legacy .NET MAUI apps? Head on over to bitwarden/mobile."
filename: "com.x8bit.bitwarden-fdroid.apk"
- filename: "com.x8bit.bitwarden-fdroid.apk"
id: "bitwarden-authenticator"
name: "Bitwarden Authenticator"
categories:
- Security
description: |
Bitwarden Authenticator allows you easily store and generate two-factor authentication codes on your device. The Bitwarden Authenticator Android application is written in Kotlin.