starman69 / Ext.ux.data.Encryption

A simple encryption data class with accompanied EncryptedLocalStorage proxy data class.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This demo showcases an ExtJS MVC application using client-side JavaScript AES encryption and SHA3 hashes. The demo simulates login and uses the proxy extension to store encrypted data to localStorage.

Overview

Live Demo

Ext.ux.data.Encryption

The Encryption class stores a SHA3 hash in a private in-memory var.

Ext.ux.data.proxy.EncryptedLocalStorage

The EncryptedLocalStorage proxy class has an api we augment in from the Encryption class.

About

A simple encryption data class with accompanied EncryptedLocalStorage proxy data class.

License:MIT License


Languages

Language:JavaScript 93.1%Language:HTML 6.9%