Session Share-Secure Sharing de 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.
Disponibil pe Firefox pentru Android™Disponibil pe Firefox pentru Android™
Scanează codul QR pentru a deschide această extensie în Firefox pentru Android
Metadate extensie
Capturi de ecran
Despre această extensie
🔐 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
Evaluat cu 0 de către 0 recenzori
Permisiuni și date
Permisiuni necesare:
- Să obțină date din clipboard
- Să introducă date în clipboard
- Să îți afișeze notificări
- Să acceseze filele browserului
- Să îți acceseze datele pentru toate site-urile web
Permisiuni opționale:
- Să îți acceseze datele pentru toate site-urile web
Colectare de date:
- Dezvoltatorul spune că extensia nu necesită colectarea de date.
Mai multe informații
- Linkurile suplimentului
- Versiune
- 2.0.0
- Mărime
- 66,02 KB
- Ultima actualizare
- 3 zile în urmă (3 aug. 2026)
- Categorii conexe
- Licență
- Licență MIT
- Politică de confidențialitate
- Citește politica de confidențialitate pentru acest supliment
- Istoricul versiunilor
- Adaugă în colecție
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.