Skip to content

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.

Notifications You must be signed in to change notification settings

fearphage/jQuery.handleStorage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

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: jason.gerfen@gmail.com
 Copyright: Jason Gerfen
 Last updated: 05.03.2011

 License: GPL

About

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.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published