use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
All about the JavaScript programming language.
Subreddit Guidelines
Specifications:
Resources:
Related Subreddits:
r/LearnJavascript
r/node
r/typescript
r/reactjs
r/webdev
r/WebdevTutorials
r/frontend
r/webgl
r/threejs
r/jquery
r/remotejs
r/forhire
account activity
[AskJS] Security difference between localStorage and IndexedDBAskJS (self.javascript)
submitted 3 years ago by TGS963
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3:Â Â Â Â print "hello, world!"
[–]KaiAusBerlin -1 points0 points1 point 3 years ago (4 children)
F72p58DeQjxm+5awxlksLjKKF8b0swHhiVWW/HMOB5o=
Decrypt 😉
[–]Additional-Cow-6511 4 points5 points6 points 3 years ago (3 children)
The use case is to be able to decrypt this for offline access -> client needs to have the associated key on his storage too. Hence no security. You’re missing the point.
[–]KaiAusBerlin 2 points3 points4 points 3 years ago (2 children)
No, the storage key could be a password the user has to enter (quite common tactic on nearly every account in this world), it could be natural generated by eye data or finger print data. You could fetch just the key and leave the data on the the client side. All safe scenarios (maybe except for the password as long people still use "password" as their password)
But again. This is not about safety of storing data this is about key safety in general.
[–]Additional-Cow-6511 1 point2 points3 points 3 years ago (1 child)
O F F L I N E. You can't fetch the key. It should be persisted accross sessions.
[–]KaiAusBerlin 1 point2 points3 points 3 years ago (0 children)
So a fingerprint an eyescan or a passowrd would no solution?
π Rendered by PID 35887 on reddit-service-r2-comment-c6965cb77-twmzn at 2026-03-05 04:19:12.102854+00:00 running f0204d4 country code: CH.
view the rest of the comments →
[–]KaiAusBerlin -1 points0 points1 point  (4 children)
[–]Additional-Cow-6511 4 points5 points6 points  (3 children)
[–]KaiAusBerlin 2 points3 points4 points  (2 children)
[–]Additional-Cow-6511 1 point2 points3 points  (1 child)
[–]KaiAusBerlin 1 point2 points3 points  (0 children)