Skip to content

An example of how localStorage can be encrypted with 256 SHA using a one-way hashed password as a session-based key

Notifications You must be signed in to change notification settings

CodePolymath/localStorage-Encryption

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

localStorage-Encryption

An example of how localStorage can be encrypted with 256 SHA using a one-way hashed password as a session-based key. The one-way hash used as the key for decryption of localStorage can be created when the user is authenticated by a server.

View the live code: http://codepolymath.github.io/localStorage-Encryption/

About

An example of how localStorage can be encrypted with 256 SHA using a one-way hashed password as a session-based key

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published