Session Share-Secure Sharing bởi 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.
Có sẵn trên Firefox dành cho Android™Có sẵn trên Firefox dành cho Android™
Quét mã QR để mở tiện ích mở rộng này trong Firefox dành cho Android
Siêu dữ liệu mở rộng
Ảnh chụp màn hình
Về tiện ích mở rộng này
🔐 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
Được xếp hạng 0 (bởi 1 người dùng)
Quyền hạn và dữ liệu
Quyền hạn bắt buộc:
- Nhận dữ liệu từ bộ nhớ tạm
- Nhập dữ liệu vào bộ nhớ tạm
- Hiển thị thông báo cho bạn
- Truy cập các thẻ trên trình duyệt
- Truy cập dữ liệu của bạn trên mọi trang web
Quyền hạn tùy chọn:
- Truy cập dữ liệu của bạn trên mọi trang web
Thu thập dữ liệu:
- Nhà phát triển cho biết tiện ích mở rộng này không yêu cầu thu thập dữ liệu.
Thêm thông tin
- Liên kết tiện ích
- Phiên bản
- 2.0.0
- Kích cỡ
- 66,02 KB
- Cập nhật gần nhất
- 3 ngày trước (3 Thg 08 2026)
- Thể loại có liên quan
- Giấy phép
- Giấy phép MIT
- Chính sách riêng tư
- Đọc chính sách riêng tư của tiện ích này
- Lịch sử các phiên bản
- Thêm vào bộ sưu tập
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.