Search This Blog

Javascript: base64 encoding and decoding

  • Method 1: use atob() and btoa() methods on Mozilla/Webkit based browsers.
  • Method 2: use the following javascript library:
  • Method 3: use jquery and jquery base 64 plugin.

See also

No comments:

Post a Comment