fearphage/jQuery.handleStorage
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
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: [email protected] Copyright: Jason Gerfen Last updated: 05.03.2011 License: GPL