Y
Hacker News
new
|
ask
|
show
|
jobs
by
luvz2code
3879 days ago
Keys are stored in local browser storage. How does this work when browser cache is cleared?
1 comments
lisper
3879 days ago
Cache is separate from localStorage. Clearing your cache should have no effect on your SC4 keys. (Also, if you're running one of the two standalone versions, your key is stored in a file.)
link
gbuk2013
3878 days ago
At least in Firefox, clearing cookies (not an unreasonable thing for users to do once in a while) will also clear localStorage.
link
lisper
3877 days ago
That's true. There are limits to what one can do when running in a browser. If you have a better idea for where to store keys, I'm all ears.
link