jQuery.encodeBASE64()
Categories: Utilities
jQuery.encodeBASE64( object, [ traditional ] )Returns: String
Plugin: jQuery.base64
Description: Encrypt a text or object as base64 string.
-
jQuery.encodeBASE64( object, [ traditional ] )
version added: 1.0object A object to encrypt
traditional A boolean indicating whether to use the traditional mode else convert to json before encrypt.
Attention: The jQuery.encodeBASE64()
method replaced by jQuery.toBASE64
.
jQuery.encodeBASE64( object, [ traditional ] )Returns: String
Plugin: jQuery.base64.fix
Description: Encrypt a text or object as base64 string.
-
jQuery.encodeBASE64( object, [ traditional ] )
version added: 1.2 version removed: 1.3object A object to encrypt
traditional A boolean indicating whether to use the traditional mode else convert to json before encrypt.
Attention: The jQuery.encodeBASE64()
method replaced by jQuery.toBASE64
.