Session Share-Secure Sharing por 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.
Disponible en Firefox para Android™Disponible en Firefox para Android™
Escaneá el código QR para abrir esta extensión en Firefox para Android
Metadata de la extensión
Capturas de pantalla
Sobre esta extensión
🔐 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
Calificado 0 por 0 revisores
Permisos y datos
Permisos requeridos:
- Obtener datos del portapapeles
- Introducir datos en el portapapeles
- Mostrarte notificaciones
- Acceder a las pestañas del navegador
- Acceder a tus datos para todos los sitios web
Permisos opcionales:
- Acceder a tus datos para todos los sitios web
Recolección de datos:
- El desarrollador dice que la extensión no requiere recolección de datos.
Más información
- Enlaces del complemento
- Versión
- 2.0.0
- Tamaño
- 66,02 KB
- Última actualización
- hace 3 días (3 de ago. de 2026)
- Categorías relacionadas
- Licencia
- Licencia MIT
- Política de privacidad
- Leer la política de privacidad de este complemento
- Historial de versiones
- Agregar a la colección
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.