diff --git a/app/client-side/page.tsx b/app/client-side/page.tsx
index 9f9d9d1..46fe3f6 100644
--- a/app/client-side/page.tsx
+++ b/app/client-side/page.tsx
@@ -32,11 +32,6 @@ export default function ClientSidePage() {
title: "Zero Data Storage",
description: "We don't store any passwords, user data, or personal information. Everything is processed locally and immediately discarded."
},
- {
- icon: Shield,
- title: "Open Source Verification",
- description: "All code is publicly available and auditable. You can verify our security claims by reviewing the source code."
- }
]
const technicalDetails = [
@@ -98,7 +93,7 @@ export default function ClientSidePage() {
className="flex items-center text-gray-600 dark:text-gray-300 hover:text-gray-900 dark:hover:text-white transition-colors"
>
- Maximale Sicherheit durch lokale Verarbeitung. Ihre Passwörter werden ausschließlich in Ihrem Browser generiert und verlassen niemals Ihr Gerät. + Maximum security through local processing. Your passwords are generated exclusively in your browser and never leave your device.
@@ -135,14 +130,14 @@ export default function ClientSidePage() { className="text-center mb-12" >- Jeder Aspekt von PassMaster ist darauf ausgelegt, Ihre Sicherheit zu maximieren. + Every aspect of PassMaster is designed to maximize your security.
-- Die Vorteile der lokalen Passwort-Generierung. + The benefits of local password generation.
- Wie PassMaster Ihre Sicherheit gewährleistet. + How PassMaster ensures your security.
@@ -270,28 +265,24 @@ export default function ClientSidePage() {- Wir sind verpflichtet zu Transparenz. Wenn Sie Fragen zu unseren Sicherheitspraktiken haben, - überprüfen Sie unseren Quellcode oder kontaktieren Sie uns. + We are committed to transparency. If you have questions about our security practices, + please contact us.
-- Verbessern Sie die Lesbarkeit Ihrer Passwörter ohne Sicherheit zu opfern. - Ähnliche Zeichen werden automatisch ausgeschlossen. + Improve the readability of your passwords without sacrificing security. + Similar characters are automatically excluded.
@@ -152,10 +152,10 @@ export default function ExcludeSimilarPage() { className="text-center mb-12" >- Wie PassMaster die Benutzerfreundlichkeit verbessert. + How PassMaster improves user-friendliness.
@@ -199,10 +199,10 @@ export default function ExcludeSimilarPage() { className="text-center mb-12" >- Diese Zeichen werden automatisch ausgeschlossen, um Verwirrung zu vermeiden. + These characters are automatically excluded to avoid confusion.
@@ -245,10 +245,10 @@ export default function ExcludeSimilarPage() { className="text-center mb-12" >- Warum lesbare Passwörter wichtig sind. + Why readable passwords are important.
@@ -288,10 +288,10 @@ export default function ExcludeSimilarPage() { className="text-center mb-12" >- Wie wir das perfekte Gleichgewicht finden. + How we find the perfect balance.
@@ -331,20 +331,20 @@ export default function ExcludeSimilarPage() { className="bg-white dark:bg-gray-800 rounded-lg p-8 shadow-sm border border-gray-200 dark:border-gray-700" >- Aktivieren Sie die Lesbarkeits-Option in PassMaster und generieren Sie - benutzerfreundliche, aber dennoch sichere Passwörter. + Enable the readability option in PassMaster and generate + user-friendly, yet secure passwords.
+ Install and use PassMaster completely offline. Service Worker and local storage for maximum independence. +
+ + {/* Connection Status */} ++ {feature.description} +
++ {step.description} +
++ Chrome, Firefox, Safari, Edge - All modern browsers support PWA installation +
++ iOS Safari, Android Chrome - Installation via "Add to Home Screen" +
++ On supported browsers, an installation icon automatically appears in the address bar. + Alternatively, use the "Install App" button on this page. +
++ All main functions: password generation, parameter customization, entropy calculation, + and copying to clipboard work completely offline. +
++ Only app files (HTML, CSS, JavaScript) are stored in the browser cache. + No passwords or personal data are ever stored. +
+- Generate strong, unique passwords in seconds — fully client-side, private, and open-source. + Generate strong, unique passwords in seconds — fully client-side, private, and secure.
diff --git a/app/privacy/page.tsx b/app/privacy/page.tsx index 61e5429..1366caa 100644 --- a/app/privacy/page.tsx +++ b/app/privacy/page.tsx @@ -29,11 +29,6 @@ export default function PrivacyPage() { title: "No Server Storage", description: "We don't store any passwords, user data, or personal information on our servers." }, - { - icon: Shield, - title: "Open Source", - description: "All code is publicly available and auditable. You can verify our privacy claims." - } ] const dataPractices = [ @@ -227,10 +222,6 @@ export default function PrivacyPage() {We're committed to transparency. If you have any questions about our privacy practices, - please review our source code or contact us. + please contact us.
-