Session Share-Secure Sharing von SANDEEP KUMAR
Share website login sessions securely with friends via Share website login sessions securely with friends via encrypted tokens. AES-GCM-256 encryption, PIN protection, QR code sharing. encrypted tokens. Use responsibly and only with people you trust.
Verfügbar für Firefox für Android™Verfügbar für Firefox für Android™
Scannen Sie den QR-Code, um diese Erweiterung in Firefox für Android zu öffnen
Metadaten zur Erweiterung
Screenshots
Über diese Erweiterung
🔐 SHARE LOGINS WITHOUT PASSWORDS
Session Share lets you capture, save, and share website login sessions (cookies) securely with friends — without sharing passwords.
HOW IT WORKS:
SECURITY FIRST:
• AES-GCM-256 Encryption — All saved sessions encrypted with per-user master key
• PIN Protection — Optional 4-8 digit PIN (PBKDF2, 100k iterations)
• Token Expiry — Share tokens that expire in 1h, 24h, 7d, or never
• No Server — Your data never leaves your device
• Open Source — Every line auditable
FEATURES:
✅ Direct Save — Click "Save Session" and cookies captured automatically
✅ Website Favicons — Each saved session shows the site's logo
✅ Custom Names — Rename any session (click title or pencil icon)
✅ Session Preview — See cookie breakdown before applying
✅ Share via — Clipboard / WhatsApp / Telegram / QR Code
✅ Export/Import — Encrypted backup to JSON file
✅ Auto-Cleanup — Sessions unused 90+ days auto-removed
✅ Dark Mode — Beautiful dark theme
✅ Search & Sort — Filter by domain/name; sort 5 ways
✅ Usage Stats — See how many times each session used
✅ Keyboard Shortcuts — Ctrl+Shift+C (copy), Ctrl+Shift+V (paste)
CROSS-BROWSER:
Works on Chrome, Edge, Brave, and Firefox. Share sessions between browsers seamlessly.
NO TRACKING. NO ANALYTICS. NO SERVERS. YOUR PRIVACY IS RESPECTED.
⚠ DISCLAIMER: Use responsibly and only with people you trust. Sharing login sessions may violate some websites' terms of service.
👨💻 Made by Sandeep Kumar
Session Share lets you capture, save, and share website login sessions (cookies) securely with friends — without sharing passwords.
HOW IT WORKS:
- Open any logged-in website (Netflix, Spotify, GitHub, etc.)
- Click the Session Share icon → "Save Session"
- Your login is encrypted and saved locally
- Click "Share" to send an encrypted token to your friend
- Your friend pastes the token → instantly logged in!
SECURITY FIRST:
• AES-GCM-256 Encryption — All saved sessions encrypted with per-user master key
• PIN Protection — Optional 4-8 digit PIN (PBKDF2, 100k iterations)
• Token Expiry — Share tokens that expire in 1h, 24h, 7d, or never
• No Server — Your data never leaves your device
• Open Source — Every line auditable
FEATURES:
✅ Direct Save — Click "Save Session" and cookies captured automatically
✅ Website Favicons — Each saved session shows the site's logo
✅ Custom Names — Rename any session (click title or pencil icon)
✅ Session Preview — See cookie breakdown before applying
✅ Share via — Clipboard / WhatsApp / Telegram / QR Code
✅ Export/Import — Encrypted backup to JSON file
✅ Auto-Cleanup — Sessions unused 90+ days auto-removed
✅ Dark Mode — Beautiful dark theme
✅ Search & Sort — Filter by domain/name; sort 5 ways
✅ Usage Stats — See how many times each session used
✅ Keyboard Shortcuts — Ctrl+Shift+C (copy), Ctrl+Shift+V (paste)
CROSS-BROWSER:
Works on Chrome, Edge, Brave, and Firefox. Share sessions between browsers seamlessly.
NO TRACKING. NO ANALYTICS. NO SERVERS. YOUR PRIVACY IS RESPECTED.
⚠ DISCLAIMER: Use responsibly and only with people you trust. Sharing login sessions may violate some websites' terms of service.
👨💻 Made by Sandeep Kumar
Bewertet mit 0 von 0 Bewertern
Berechtigungen und Daten
Benötigte Berechtigungen:
- Zwischenablage auslesen
- Zwischenablage ändern
- Benachrichtigungen anzeigen
- Auf Browsertabs zugreifen
- Auf Ihre Daten für diverse Websites zugreifen
Optionale Berechtigungen:
- Auf Ihre Daten für diverse Websites zugreifen
Datenerfassung:
- Der Entwickler sagt, dass diese Erweiterung keine Datenerhebung benötigt.
Weitere Informationen
- Version
- 2.0.0
- Größe
- 66,02 KB
- Zuletzt aktualisiert
- vor 3 Tagen (3. Aug. 2026)
- Verwandte Kategorien
- Lizenz
- MIT-Lizenz
- Datenschutzrichtlinie
- Lesen Sie die Datenschutzrichtlinie für dieses Add-on
- Versionsgeschichte
- Zur Sammlung hinzufügen
Key technical points:
1. All session data is encrypted with AES-GCM-256 using a per-user master key stored locally in chrome.storage.local.
2. No data is collected, transmitted, or stored on any server. All data stays on the user's device.
3. The extension uses chrome.cookies API to read/write cookies (core functionality).
4. No minified, compiled, or obfuscated code is used. All source code is human-readable JavaScript.
5. External services used:
- Google Favicon Service (only domain name sent, to display website logos)
- api.qrserver.com (only when user explicitly clicks "Show QR Code" for sharing)
6. Optional PIN protection uses PBKDF2-SHA-256 with 100,000 iterations.
7. Shared tokens use ephemeral AES-GCM-256 keys with optional expiry (1h/24h/7d).
8. Cross-browser compatible: Chrome (Service Worker) + Firefox (Event Page).
The extension does NOT:
- Collect analytics or telemetry
- Track user behavior
- Send data to any analytics service
- Use third-party tracking scripts
- Require any payment or subscription
Full source code: https://github.com/SANDEP-1998/Session-Share---Secure-Login-Sharing
No build process required — uploaded package contains exact source code as-is.