Skip to content

StudentForever/jquery-base64

This branch is 2 commits behind czottmann/jquery-base64:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

8a544e6 · Aug 26, 2010

History

6 Commits
Aug 26, 2010
Aug 24, 2010
Aug 24, 2010

Repository files navigation

jquery-base64

Rather simple jQuery'fication of Nick Galbreath's base64 string encoder.

I didn't like having a global base64 variable around, that's all.

Usage

  • $.base64.encode( "this is a test" ) returns "dGhpcyBpcyBhIHRlc3Q="
  • $.base64.decode( "dGhpcyBpcyBhIHRlc3Q=" ) returns "this is a test"

Known issues

JSLint is complaining about the "unexpected use of '<<'/'|'". No idea, suggestions welcome.

Developers

Original code by Nick Galbreath. Port by Carlo Zottmann.

License

MIT license, just like the original.

About

Port of Nick Galbreath's JS base64 string encoder.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published