diff --git a/i18n/pl/cryptocurrency.md b/i18n/pl/cryptocurrency.md index 405fcf99..bbb7c87a 100644 --- a/i18n/pl/cryptocurrency.md +++ b/i18n/pl/cryptocurrency.md @@ -30,10 +30,10 @@ Many if not most cryptocurrency projects are scams. Make transactions carefully **Monero** uses a blockchain with privacy-enhancing technologies that obfuscate transactions to achieve [:material-incognito: Anonymity](basics/common-threats.md#anonymity-vs-privacy){ .pg-purple }. Every Monero transaction hides the transaction amount, sending and receiving addresses, and source of funds without any hoops to jump through, making it an ideal choice for cryptocurrency novices. -[:octicons-home-16: Homepage](https://getmonero.org){ .md-button .md-button--primary } -[:octicons-info-16:](https://getmonero.org/resources/user-guides){ .card-link title=Documentation} -[:octicons-code-16:](https://github.com/monero-project/monero){ .card-link title="Source Code" } -[:octicons-heart-16:](https://getmonero.org/get-started/contributing){ .card-link title=Contribute } +[:octicons-home-16: Strona główna](https://getmonero.org){ .md-button .md-button--primary } +[:octicons-info-16:](https://getmonero.org/resources/user-guides){ .card-link title=Dokumentacja} +[:octicons-code-16:](https://github.com/monero-project/monero){ .card-link title="Kod źródłowy" } +[:octicons-heart-16:](https://getmonero.org/get-started/contributing){ .card-link title=Wesprzyj } diff --git a/i18n/pl/device-integrity.md b/i18n/pl/device-integrity.md index c997404a..3870d618 100644 --- a/i18n/pl/device-integrity.md +++ b/i18n/pl/device-integrity.md @@ -1,15 +1,15 @@ --- -title: "Device Integrity" +title: "Integralność urządzenia" icon: material/security description: These tools can be used to check your devices for compromise. cover: device-integrity.webp robots: nofollow, max-snippet:-1, max-image-preview:large --- -These tools can be used to validate the integrity of your mobile devices and check them for indicators of compromise by spyware and malware such as Pegasus, Predator, or KingsPawn. This page focuses on **mobile security**, because mobile devices typically have read-only systems with well-known configurations, so detecting malicious modifications is easier than on traditional desktop systems. We may expand the focus of this page in the future. +These tools can be used to validate the integrity of your mobile devices and check them for indicators of compromise by spyware and malware such as Pegasus, Predator, or KingsPawn. This page focuses on **mobile security**, because mobile devices typically have read-only systems with well-known configurations, so detecting malicious modifications is easier than on traditional desktop systems. W przyszłości możemy rozszerzyć zakres tej strony.
-

This is an advanced topic

+

To jest zaawansowany temat

Te narzędzia mogą być przydatne dla niektórych osób. They provide functionality which most people do not need to worry about, and often require more in-depth technical knowledge to use effectively. @@ -17,7 +17,7 @@ Te narzędzia mogą być przydatne dla niektórych osób. They provide functiona It is **critical** to understand that scanning your device for public indicators of compromise is **not sufficient** to determine that a device is "clean", and not targeted with a particular spyware tool. Reliance on these publicly-available scanning tools can miss recent security developments and give you a false sense of security. -## General Advice +## Porady ogólne The majority of system-level exploits on modern mobile devices—especially zero-click compromises—are non-persistent, meaning they will not remain or run automatically after a reboot. For this reason, we highly recommend rebooting your device regularly. We recommend everybody reboot their devices once a week at minimum, but if non-persistent malware is of particular concern for you, we and many security experts recommend a daily reboot schedule. @@ -44,11 +44,11 @@ These tools provide analysis based on the information they have the ability to a 1. Indicators of compromise are just that: _indicators_. They are not a definitive finding, and may occasionally be **false positives**. If an indicator of compromise is detected, it means you should do additional research into the _potential_ threat. 2. The indicators of compromise these tools look for are published by threat research organizations, but not all indicators are made available to the public! This means that these tools can present a **false negative**, if your device is infected with spyware which is not detected by any of the public indicators. Reliable and comprehensive digital forensic support and triage require access to non-public indicators, research, and threat intelligence. -## External Verification Tools +## Zewnętrzne narzędzia weryfikacyjne Chroni przed następującymi zagrożeniami: -- [:material-target-account: Targeted Attacks](basics/common-threats.md#attacks-against-specific-individuals){ .pg-red } +- [:material-target-account: Ataki ukierunkowane](basics/common-threats.md#attacks-against-specific-individuals){ .pg-red } External verification tools run on your computer and scan your mobile device for forensic traces, which are helpful to identify potential compromise. @@ -69,13 +69,13 @@ These tools can trigger false-positives. If any of these tools finds indicators
-![MVT logo](assets/img/device-integrity/mvt.webp#only-light){ align=right } -![MVT logo](assets/img/device-integrity/mvt-dark.png#only-dark){ align=right } +![Logo MVT](assets/img/device-integrity/mvt.webp#only-light){ align=right } +![Logo MVT](assets/img/device-integrity/mvt-dark.png#only-dark){ align=right } **Mobile Verification Toolkit** (**MVT**) is a collection of utilities which simplifies and automates the process of scanning mobile devices for potential traces of targeting or infection by known spyware campaigns. MVT was developed by Amnesty International and released in 2021 in the context of the [Pegasus Project](https://forbiddenstories.org/about-the-pegasus-project). -[:octicons-home-16: Homepage](https://mvt.re){ .md-button .md-button--primary } -[:octicons-code-16:](https://github.com/mvt-project/mvt){ .card-link title="Source Code" } +[:octicons-home-16: Strona Główna](https://mvt.re){ .md-button .md-button--primary } +[:octicons-code-16:](https://github.com/mvt-project/mvt){ .card-link title="Kod źródłowy" }
Pobierz @@ -152,16 +152,16 @@ Using these apps is insufficient to determine that a device is "clean", and not
-![Auditor logo](assets/img/device-integrity/auditor.svg#only-light){ align=right } -![Auditor logo](assets/img/device-integrity/auditor-dark.svg#only-dark){ align=right } +![Logo Auditor](assets/img/device-integrity/auditor.svg#only-light){ align=right } +![Logo Auditor](assets/img/device-integrity/auditor-dark.svg#only-dark){ align=right } **Auditor** is an app which leverages hardware security features to provide device integrity monitoring by actively validating the identity of a device and the integrity of its operating system. Currently, it only works with GrapheneOS or the stock operating system for [supported devices](https://attestation.app/about#device-support). -[:octicons-home-16: Homepage](https://attestation.app){ .md-button .md-button--primary } -[:octicons-eye-16:](https://attestation.app/privacy-policy){ .card-link title="Privacy Policy" } -[:octicons-info-16:](https://attestation.app/about){ .card-link title=Documentation} -[:octicons-code-16:](https://attestation.app/source){ .card-link title="Source Code" } -[:octicons-heart-16:](https://attestation.app/donate){ .card-link title=Contribute } +[:octicons-home-16: Strona Główna](https://attestation.app){ .md-button .md-button--primary } +[:octicons-eye-16:](https://attestation.app/privacy-policy){ .card-link title="Polityka Prywatności" } +[:octicons-info-16:](https://attestation.app/about){ .card-link title=Dokumentacja} +[:octicons-code-16:](https://attestation.app/source){ .card-link title="Kod źródłowy" } +[:octicons-heart-16:](https://attestation.app/donate){ .card-link title="Wesprzyj" }
Pobierz diff --git a/i18n/pl/health-and-wellness.md b/i18n/pl/health-and-wellness.md index ae87a735..4b4b9443 100644 --- a/i18n/pl/health-and-wellness.md +++ b/i18n/pl/health-and-wellness.md @@ -1,7 +1,7 @@ --- meta_title: "Privacy-Respecting Health and Wellness apps for Android and iOS - Privacy Guides" title: "Health and Wellness" -icon: material/heart-pulse +icon: materiał/heart-pulse description: These applications are what we currently recommend for all health- and fitness-related activites on your phone. cover: health.webp --- @@ -10,9 +10,9 @@ cover: health.webp - [:material-server-network: Dostawcy usług](basics/common-threats.md#privacy-from-service-providers){ .pg-teal } -Keep track of your health and fitness-related goals with these apps. Unlike their mainstream alternatives, your personal health information will be kept private. +Śledź swoje cele związane ze zdrowiem i sprawnością dzięki tym aplikacjom. Unlike their mainstream alternatives, your personal health information will be kept private. -## Menstrual Cycle Tracking +## Śledzenie cyklu menstruacyjnego Popular menstrual trackers like [Flo](https://techcrunch.com/2021/01/13/flo-gets-ftc-slap-for-sharing-user-data-when-it-promised-privacy) are notorious for collecting and sharing your user data. Depending on your jurisdiction, this may lead to [legal consequences](https://forbes.com/sites/abigaildubiniecki/2024/11/14/post-roe-your-period-app-data-could-be-used-against-you) affecting your reproductive autonomy. @@ -20,16 +20,16 @@ Popular menstrual trackers like [Flo](https://techcrunch.com/2021/01/13/flo-gets
-![Drip logo](assets/img/health-and-wellness/drip.png){ align=right } +![Logo Drip](assets/img/health-and-wellness/drip.png){ align=right } **Drip** is a gender-inclusive and open source menstrual cycle tracker available on all mobile platforms. It relies on the "sympto-thermal method" to predict ovulation. All user data is stored locally on your device and can be protected with a password. -[:octicons-home-16: Homepage](https://bloodyhealth.gitlab.io){ .md-button .md-button--primary } -[:octicons-eye-16:](https://bloodyhealth.gitlab.io/privacy-policy.html){ .card-link title="Privacy Policy" } -[:octicons-info-16:](https://bloodyhealth.gitlab.io/faq){ .card-link title="Documentation" } -[:octicons-code-16:](https://gitlab.com/bloodyhealth/drip){ .card-link title="Source Code" } +[:octicons-home-16: Strona główna](https://bloodyhealth.gitlab.io){ .md-button .md-button--primary } +[:octicons-eye-16:](https://bloodyhealth.gitlab.io/privacy-policy.html){ .card-link title="Polityka prywatności" } +[:octicons-info-16:](https://bloodyhealth.gitlab.io/faq){ .card-link title="Dokumentacja" } +[:octicons-code-16:](https://gitlab.com/bloodyhealth/drip){ .card-link title="Kod źródłowy" } -
Downloads +
<0>Pobierz - [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.drip) - [:simple-appstore: App Store](https://apps.apple.com/us/app/drip/id1584564949) @@ -43,16 +43,16 @@ Popular menstrual trackers like [Flo](https://techcrunch.com/2021/01/13/flo-gets
-![Euki logo](assets/img/health-and-wellness/euki.svg){ align=right } +![Ente Euki](assets/img/health-and-wellness/euki.svg){ align=right } **Euki** is a nonprofit-backed menstrual cycle tracker that also doubles as a medication tracker and sexual wellness knowledge base. It allows you to schedule the automatic deletion of your personal data in the app. All user data is stored locally on your device and can be protected with a password. -[:octicons-home-16: Homepage](https://eukiapp.org){ .md-button .md-button--primary } -[:octicons-eye-16:](https://eukiapp.org/privacy-policy){ .card-link title="Privacy Policy" } -[:octicons-code-16:](https://github.com/Euki-Inc/Euki-Android){ .card-link title="Source Code" } -[:octicons-heart-16:](https://every.org/euki-app){ .card-link title="Contribute" } +[:octicons-home-16: Strona główna](https://eukiapp.org){ .md-button .md-button--primary } +[:octicons-eye-16:](https://eukiapp.org/privacy-policy){ .card-link title=:"Polityka prywatności:} +[:octicons-code-16:](https://github.com/Euki-Inc/Euki-Android){ .card-link title="Kod źródłowy" } +[:octicons-heart-16:](https://every.org/euki-app){ .card-link title=Wesprzyj" } -
Downloads +
<0>Pobierz - [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.kollectivemobile.euki) - [:simple-appstore: App Store](https://apps.apple.com/app/euki/id1469213846) @@ -61,18 +61,18 @@ Popular menstrual trackers like [Flo](https://techcrunch.com/2021/01/13/flo-gets
-### Apple Health +### Apple Zdrowie
-![Apple logo](assets/img/health-and-wellness/apple-health.webp#only-light){ align=right }![Apple logo](assets/img/health-and-wellness/apple-health-dark.webp#only-dark){ align=right } +![Logo Apple](assets/img/health-and-wellness/apple-health.webp#only-light){ align=right }![Logo Apple](assets/img/health-and-wellness/apple-health-dark.webp#only-dark){ align=right } -Apple Health is one of the default apps installed on iOS devices. It includes many health and wellness features (see [Health Records](#apple-health-records)), including menstrual cycle tracking. It also uses gender-neutral language. Apple Health always uses end-to-end encryption when syncing across multiple devices. +Apple Health jest jedną z domyślnych aplikacji zainstalowanych na urządzeniach iOS. It includes many health and wellness features (see [Health Records](#apple-health-records)), including menstrual cycle tracking. It also uses gender-neutral language. Apple Health always uses end-to-end encryption when syncing across multiple devices. -[:octicons-home-16: Homepage](https://apple.com/health){ .md-button .md-button--primary } -[:octicons-eye-16:](https://apple.com/legal/privacy/consumer-health-personal-data/en-ww){ .card-link title="Privacy Policy" } +[:octicons-home-16: Strona Główna](https://apple.com/health){ .md-button .md-button--primary } +[:octicons-eye-16:](https://apple.com/legal/privacy/consumer-health-personal-data/en-ww){ .card-link title="Polityka prywatności" } -
Downloads +
<0>Pobierz - [:simple-appstore: App Store](https://apps.apple.com/app/apple-health/id1242545199) @@ -88,13 +88,13 @@ These general purpose apps can do everything from counting steps and tracking sl
-![Apple Fitness logo](assets/img/health-and-wellness/apple-fitness.webp){ align=right } +![Logo Apple Fitness](assets/img/health-and-wellness/apple-fitness.webp){ align=right } -**Apple Fitness** is the default fitness app for iOS. Apple Fitness always uses end-to-end encryption when syncing across multiple devices. Additionally, almost all measured data is processed on your device. +**Apple Fitness** jest domyślną aplikacją fitness dla iOS. Apple Fitness always uses end-to-end encryption when syncing across multiple devices. Additionally, almost all measured data is processed on your device. -[:octicons-eye-16:](https://apple.com/legal/privacy/consumer-health-personal-data/en-ww){ .card-link title="Privacy Policy" } +[:octicons-eye-16:](https://apple.com/legal/privacy/consumer-health-personal-data/en-ww){ .card-link title="Polityka prywatności" } -
Downloads +
Pobierz - [:simple-appstore: App Store](https://apps.apple.com/app/id1208224953) @@ -106,16 +106,16 @@ These general purpose apps can do everything from counting steps and tracking sl
-![Gadgetbridge logo](assets/img/health-and-wellness/gadgetbridge.svg#only-light){ align=right }![Gadgetbridge logo](assets/img/health-and-wellness/gadgetbridge-dark.svg#only-dark){ align=right } +![Logo Gadgetbridge](assets/img/health-and-wellness/gadgetbridge.svg#only-light){ align=right }![Logo Gadgetbridge](assets/img/health-and-wellness/gadgetbridge-dark.svg#only-dark){ align=right } -**Gadgetbridge** is an open-source Android application which allows you to pair and manage your Bluetooth device without relying on the vendor’s application. When paired with a compatible smartwatch, it can mimic the health and wellness functionality of these watches without third-party data collection. +**Gadgetbridge** jest aplikacją open-source dla systemu Android, która pozwala na parowanie i zarządzanie urządzeniem Bluetooth bez polegania na aplikacji producenta. When paired with a compatible smartwatch, it can mimic the health and wellness functionality of these watches without third-party data collection. -[:octicons-home-16: Homepage](https://gadgetbridge.org){ .md-button .md-button--primary } -[:octicons-info-16:](https://gadgetbridge.org/basics){ .card-link title="Documentation" } -[:octicons-code-16:](https://codeberg.org/Freeyourgadget/Gadgetbridge){ .card-link title="Source Code" } -[:octicons-heart-16:](https://liberapay.com/Gadgetbridge/donate){ .card-link title="Contribute" } +[:octicons-home-16: Strona główna](https://gadgetbridge.org){ .md-button .md-button--primary } +[:octicons-info-16:](https://gadgetbridge.org/basics){ .card-link title="Dokumentacja" } +[:octicons-code-16:](https://codeberg.org/Freeyourgadget/Gadgetbridge){ .card-link title="Kod źródłowy" } +[:octicons-heart-16:](https://liberapay.com/Gadgetbridge/donate){ .card-link title="Wesprzyj" } -
Downloads +
<0>Pobierz - [:simple-fdroid: F-Droid](https://f-droid.org/packages/nodomain.freeyourgadget.gadgetbridge) @@ -127,22 +127,22 @@ Gadgetbridge's app functionality includes, but is not limited to: step counting, Make sure to review the smartwatch [compatibility list](https://gadgetbridge.org/gadgets) before purchasing a device. Some devices require you to download the vendor's app and connect the smartwatch to their servers prior to installing Gadgetbridge. -## Health Records +## Dokumentacja medyczna These apps help you collect and manage personal health data and share it with health providers, organizations, and other apps. -### Apple Health Records +### Apple Rekordy zdrowotne
-![Apple logo](assets/img/health-and-wellness/apple-health.webp#only-light){ align=right }![Apple logo](assets/img/health-and-wellness/apple-health-dark.webp#only-dark){ align=right } +![Logo Apple](assets/img/health-and-wellness/apple-health.webp#only-light){ align=right }![Logo Apple](assets/img/health-and-wellness/apple-health-dark.webp#only-dark){ align=right } **Apple Health Records** is a built-in feature within [Apple Health](#apple-health) that allows you to view, store, and share your health records. -[:octicons-home-16: Homepage](https://apple.com/health){ .md-button .md-button--primary } -[:octicons-eye-16:](https://apple.com/legal/privacy/consumer-health-personal-data/en-ww){ .card-link title="Privacy Policy" } +[:octicons-home-16: Strona Główna](https://apple.com/health){ .md-button .md-button--primary } +[:octicons-eye-16:](https://apple.com/legal/privacy/consumer-health-personal-data/en-ww){ .card-link title="Polityka prywatności" } -
Downloads +
<0>Pobierz - [:simple-appstore: App Store](https://apps.apple.com/app/apple-health/id1242545199) @@ -154,14 +154,14 @@ These apps help you collect and manage personal health data and share it with he
-![CommonHealth logo](assets/img/health-and-wellness/commonhealth.png){ align=right } +![Logo CommonHealth](assets/img/health-and-wellness/commonhealth.png){ align=right } **CommonHealth** is a privacy-respecting Android app that allows people to access their electronic health records and securely share it to providers. All health data is stored on your device and can be protected with a passcode or biometric authentication. -[:octicons-home-16: Homepage](https://commonhealth.org){ .md-button .md-button--primary } -[:octicons-eye-16:](https://commonhealth.org/privacy){ .card-link title="Privacy Policy" } +[:octicons-home-16: Strona Główna](https://commonhealth.org){ .md-button .md-button--primary } +[:octicons-eye-16:](https://commonhealth.org/privacy){ .card-link title="Polityka prywatności" } -
Downloads +
<0>Pobierz - [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=org.thecommonsproject.android.phr) @@ -169,7 +169,7 @@ These apps help you collect and manage personal health data and share it with he
-CommonHealth is only available in the United States. Although the app itself is closed source, the [developer SDK is open source](https://github.com/the-commons-project). +CommonHealth jest dostępna tylko w Stanach Zjednoczonych. Although the app itself is closed source, the [developer SDK is open source](https://github.com/the-commons-project). ## Kryteria @@ -178,5 +178,5 @@ CommonHealth is only available in the United States. Although the app itself is ### Minimalne wymagania - Musi obsługiwać automatyczne aktualizacje. -- Must not store unencrypted data outside the device. +- Nie może przechowywać niezaszyfrowanych danych poza urządzeniem. - Musi działać offline. diff --git a/i18n/pl/passwords.md b/i18n/pl/passwords.md index 50f38687..d531e227 100644 --- a/i18n/pl/passwords.md +++ b/i18n/pl/passwords.md @@ -227,12 +227,12 @@ All issues were addressed and fixed shortly after the [report](https://res.cloud 1Password is [audited](https://support.1password.com/security-assessments) on a regular basis and provides exceptional customer support. 1Password is closed source; however, the security of the product is thoroughly documented in their [security white paper](https://1passwordstatic.com/files/security/1password-white-paper.pdf). -[:octicons-home-16: Homepage](https://1password.com){ .md-button .md-button--primary } -[:octicons-eye-16:](https://1password.com/legal/privacy){ .card-link title="Privacy Policy" } -[:octicons-info-16:](https://support.1password.com){ .card-link title="Documentation" } +[:octicons-home-16: Strona Główna](https://1password.com){ .md-button .md-button--primary } +[:octicons-eye-16:](https://1password.com/legal/privacy){ .card-link title="Polityka prywatności" } +[:octicons-info-16:](https://support.1password.com){ .card-link title="Dokumentacja" }
-Downloads +Pobierz - [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.onepassword.android) - [:simple-appstore: App Store](https://apps.apple.com/app/id1511601750) @@ -261,13 +261,13 @@ Your 1Password vault is secured with both your master password and a randomized **Psono** is a free and open-source password manager from Germany, with a focus on password management for teams. Psono supports secure sharing of passwords, files, bookmarks, and emails. All secrets are protected by a master password. -[:octicons-home-16: Homepage](https://psono.com){ .md-button .md-button--primary } -[:octicons-eye-16:](https://psono.com/privacy-policy){ .card-link title="Privacy Policy" } -[:octicons-info-16:](https://doc.psono.com){ .card-link title="Documentation" } -[:octicons-code-16:](https://gitlab.com/psono){ .card-link title="Source Code" } +[:octicons-home-16: Strona główna](https://psono.com){ .md-button .md-button--primary } +[:octicons-eye-16:](https://psono.com/privacy-policy){ .card-link title="Polityka prywatności" } +[:octicons-info-16:](https://doc.psono.com){ .card-link title="Dokumentacja" } +[:octicons-code-16:](https://gitlab.com/psono){ .card-link title="Kod źródłowy" }
-Downloads +Pobierz - [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.psono.psono) - [:simple-appstore: App Store](https://apps.apple.com/app/id1545581224) @@ -314,14 +314,14 @@ These options allow you to manage an encrypted password database locally. **KeePassXC** is a community fork of KeePassX, a native cross-platform port of KeePass Password Safe, with the goal of extending and improving it with new features and bug fixes to provide a feature-rich, cross-platform, and modern open-source password manager. -[:octicons-home-16: Homepage](https://keepassxc.org){ .md-button .md-button--primary } -[:octicons-eye-16:](https://keepassxc.org/privacy){ .card-link title="Privacy Policy" } -[:octicons-info-16:](https://keepassxc.org/docs){ .card-link title="Documentation" } -[:octicons-code-16:](https://github.com/keepassxreboot/keepassxc){ .card-link title="Source Code" } -[:octicons-heart-16:](https://keepassxc.org/donate){ .card-link title="Contribute" } +[:octicons-home-16: Strona główna](https://keepassxc.org){ .md-button .md-button--primary } +[:octicons-eye-16:](https://keepassxc.org/privacy){ .card-link title="Polityka prywatności" } +[:octicons-info-16:](https://keepassxc.org/docs){ .card-link title="Dokumentacja" } +[:octicons-code-16:](https://github.com/keepassxreboot/keepassxc){ .card-link title="Kod źródłowy" } +[:octicons-heart-16:](https://keepassxc.org/donate){ .card-link title="Wesprzyj" }
-Downloads +Pobierz - [:fontawesome-brands-windows: Windows](https://keepassxc.org/download/#windows) - [:simple-apple: macOS](https://keepassxc.org/download/#mac) @@ -344,13 +344,13 @@ KeePassXC stores its export data as [CSV](https://en.wikipedia.org/wiki/Comma-se **KeePassDX** is a lightweight password manager for Android; it allows for editing encrypted data in a single file in KeePass format and can fill in forms securely. -[:octicons-home-16: Homepage](https://keepassdx.com){ .md-button .md-button--primary } -[:octicons-info-16:](https://github.com/Kunzisoft/KeePassDX/wiki){ .card-link title="Documentation" } -[:octicons-code-16:](https://github.com/Kunzisoft/KeePassDX){ .card-link title="Source Code" } -[:octicons-heart-16:](https://keepassdx.com/#donation){ .card-link title="Contribute" } +[:octicons-home-16: Strona główna](https://keepassdx.com){ .md-button .md-button--primary } +[:octicons-info-16:](https://github.com/Kunzisoft/KeePassDX/wiki){ .card-link title="Dokumentacja" } +[:octicons-code-16:](https://github.com/Kunzisoft/KeePassDX){ .card-link title="Kod źródłowy" } +[:octicons-heart-16:](https://keepassdx.com/#donation){ .card-link title="Wesprzyj" }
-Downloads +Pobierz - [:simple-googleplay: Google Play](https://play.google.com/store/apps/details?id=com.kunzisoft.keepass.free) - [:simple-github: GitHub](https://github.com/Kunzisoft/KeePassDX/releases) @@ -369,16 +369,16 @@ The [pro version](https://play.google.com/store/apps/details?id=com.kunzisoft.ke KeePassium is a commercial, open-source password manager made by KeePassium Labs that's compatible with other KeePass applications. It provides autofill support, passkey management, automatic two-way synchronization through [most cloud storage providers](https://support.keepassium.com/kb/sync), and more. -[:material-star-box: Read our latest KeePassium review.](https://www.privacyguides.org/articles/2025/05/13/keepassium-review) +[:material-star-box: Przeczytaj naszą ostatnią recenzję KeePassium.](https://www.privacyguides.org/articles/2024/09/18/onion-browser-review) -[:octicons-home-16: Homepage](https://keepassium.com){ .md-button .md-button--primary } -[:octicons-eye-16:](https://keepassium.com/privacy/app){ .card-link title="Privacy Policy" } -[:octicons-info-16:](https://support.keepassium.com){ .card-link title="Documentation" } -[:octicons-code-16:](https://github.com/keepassium/KeePassium){ .card-link title="Source Code" } -[:octicons-heart-16:](https://keepassium.com/donate){ .card-link title="Contribute" } +[:octicons-home-16: Strona główna](https://onionbrowser.com){ .md-button .md-button--primary } +[:octicons-eye-16:](https://onionbrowser.com/privacy-policy){ .card-link title="Polityka prywatności" } +[:octicons-info-16:](https://onionbrowser.com/faqs){ .card-link title="Dokumentacja" } +[:octicons-code-16:](https://github.com/OnionBrowser/OnionBrowser){ .card-link title="Kod źródłowy" } +[:octicons-heart-16:](https://onionbrowser.com/donate){ .card-link title="Wesprzyj" }
-Downloads +Pobierz - [:simple-appstore: App Store](https://apps.apple.com/us/app/id1435127111) @@ -398,13 +398,13 @@ KeePassium's iOS app has been [audited](https://cure53.de/pentest-report_keepass **Gopass** is a minimal password manager for the command line written in Go. It can be used within scripting applications and works on all major desktop and server operating systems. -[:octicons-home-16: Homepage](https://gopass.pw){ .md-button .md-button--primary } -[:octicons-info-16:](https://github.com/gopasspw/gopass/tree/master/docs){ .card-link title="Documentation" } -[:octicons-code-16:](https://github.com/gopasspw/gopass){ .card-link title="Source Code" } -[:octicons-heart-16:](https://github.com/sponsors/dominikschulz){ .card-link title="Contribute" } +[:octicons-home-16: Strona główna](https://gopass.pw){ .md-button .md-button--primary } +[:octicons-info-16:](https://github.com/gopasspw/gopass/tree/master/docs){ .card-link title="Dokumentacja" } +[:octicons-code-16:](https://github.com/gopasspw/gopass){ .card-link title="Kod źródłowy" } +[:octicons-heart-16:](https://github.com/sponsors/dominikschulz){ .card-link title="Wesprzyj" }
-Downloads +Pobierz - [:fontawesome-brands-windows: Windows](https://gopass.pw/#install-windows) - [:simple-apple: macOS](https://gopass.pw/#install-macos) @@ -419,4 +419,4 @@ KeePassium's iOS app has been [audited](https://cure53.de/pentest-report_keepass **Należy pamiętać, że nie jesteśmy powiązani z żadnym z polecanych przez nas projektów.** Oprócz [naszych standardowych kryteriów](about/criteria.md) opracowaliśmy jasny zestaw wymagań, które pozwalają nam formułować obiektywne zalecenia. Sugerujemy zapoznanie się z tą listą przed wyborem projektu oraz przeprowadzenie własnych badań, aby upewnić się, że jest to odpowiedni wybór dla Ciebie. -- Must be cross-platform. +- Musi być wieloplatformowy.