/jQuery.handleStorage

Handle submitted form data for repetitive form input or authentication credentials using HTML5 localStorage, sessionStorage or cookie's. Also supports AES encryption support if used for authentication credentials.

Primary LanguageJavaScript

 jQuery plugin to impliment local storage with optional AES
 encryption support via the Gibberish-AES libraries

 FEATURES:
 - HTML5 localStorage support
 - HTML5 sessionStorage support
 - Cookie support
 - AES encryption support

 REQUIREMENTS:
 - jQuery libraries (required - http://www.jquery.com)
 - jQuery cookie plugin (optional - http://plugins.jquery.com/files/jquery.cookie.js.txt)
 - Gibberish-AES libraries (optional - https://github.com/mdp/gibberish-aes)

 OPTIONS:
 - storage: HTML5 localStorage, sessionStorage and cookies supported
 - aes:     Use AES encryption for local storage
 - uuid:    Random RFC-4122 string used as AES password

 Author: Jason Gerfen
 Email: jason.gerfen@gmail.com
 Copyright: Jason Gerfen
 Last updated: 05.03.2011

 License: GPL