Featured

secure-ls

Secure localStorage data with encryption and compression

Featured comment

Varun Malhotra
@s0ftvar · Software Engineer, Wingify
Hi Hunters, secure-ls helps in securing localStorage data with high level of encryption and data compression. Some notable features: 1. Secure data with various types of encryption including AES, DES, Rabbit and RC4. (defaults to Base64 encoding). Secret-key, if not custom, is also secured using PBKDF2. 2. Compress data before storing it to localStorage t… See more

Discussion

kushagra gour
@chinchang457 · Frontend craftsman at Wingify
Neat! Though, how is the encryption secret key secured on the client?
Evan Sims
@evansims · Founder, Rogue Helix
This is great! I was just writing localStorage support into a project last night and considering adding an encryption layer to it. Looks like I won't have to do that myself now, thanks!
M
Varun Malhotra
@s0ftvar · Software Engineer, Wingify
Hi Hunters, secure-ls helps in securing localStorage data with high level of encryption and data compression. Some notable features: 1. Secure data with various types of encryption including AES, DES, Rabbit and RC4. (defaults to Base64 encoding). Secret-key, if not custom, is also secured using PBKDF2. 2. Compress data before storing it to localStorage t… See more