TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Incognito mode but with a password-protected permanent session

1 pointsby eremzeitalmost 9 years ago
Incognito mode was a huge leap forward in browsing concepts because, lets face it, we all have secrets. But I&#x27;ve noticed that I have tended to never get involved in communities that I personally believe in but don&#x27;t want in my browsing history. It all boils down to the inconvenience of logging in manually each time I want to use the site in incognito mode.<p>Are there any browsers or browser addons that support something like incognito browsing but instead of the sessions being trashed after the window is closed, the session is maintained permanently but is encrypted and invisible to anyone without the password? That way, I&#x27;d just have to login once upon opening the incognito window but all of my cookies, history, and local storage would be available just like a normal browser.<p>With permanent cookies there might be more opportunities for your browsing habit data &quot;leaking&quot; via 3rd party cookies and such. But really, I always saw incognito mode as basically a way to prevent other non-experts from accidentally stumbling on your browsing later. Even with incognito mode, for serious privacy you&#x27;d need to VPN anyways.<p>If I were making such a feature, I&#x27;d call it &quot;Alter ego browsing&quot;. It might be possible with a chrome extension that has the permissions to execute in incognito, to read&#x2F;inject cookies, and to read&#x2F;write to the filesystem.

1 comment

detaroalmost 9 years ago
Having multiple sessions&#x2F;profiles in your browser comes pretty close, although I don&#x27;t think any support password-protecting the session by default. If you are technical, you maybe could setup shortcuts to encrypt&#x2F;decrypt the session folders while not using them? (I haven&#x27;t looked into how current browsers implement sessions, but I had something related back in the original-Opera days)