Session Share-Secure Sharing — 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.
Na voljo za Firefox za Android™Na voljo za Firefox za Android™
Skenirajte kodo QR, da odprete to razširitev v Firefoxu za Android
Metapodatki o razširitvi
Posnetki zaslona
O tej razširitvi
🔐 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
Ocena 0 (0 mnenj)
Dovoljenja in podatki
Zahtevana dovoljenja:
- dostopa do podatkov z odložišča
- shranjuje podatke na odložišče
- prikazuje obvestila
- dostopa do zavihkov brskalnika
- dostopa do vaših podatkov za vsa spletna mesta
Neobvezna dovoljenja:
- dostopa do vaših podatkov za vsa spletna mesta
Zbiranje podatkov:
- Razvijalec pravi, da ta razširitev ne zahteva zbiranja podatkov.
Več informacij
- Povezave dodatka
- Različica
- 2.0.0
- Velikost
- 66,02 KB
- Zadnja posodobitev
- pred 3 dnevi (3. avg. 2026)
- Sorodne kategorije
- Licenca
- Licenca MIT
- Pravilnik o zasebnosti
- Preberite pravilnik o zasebnosti za ta dodatek
- Zgodovina različic
- Dodaj v zbirko
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.