History of Base64 encoding and decoding Revision history for: English (US) Oct 14, 2016, 12:27:30 AM TheMaru Previous Sep 16, 2016, 4:13:14 AM eduardoboucas Fix anchor link Previous Sep 16, 2016, 4:03:10 AM marco-c Fix URL Previous Sep 16, 2016, 4:02:46 AM marco-c Previous Sep 16, 2016, 4:02:06 AM marco-c Previous Jul 19, 2016, 5:15:08 AM Sebastianz Previous May 25, 2016, 9:03:35 AM todofixthis Previous May 18, 2016, 3:27:10 PM parallel-universe Previous May 18, 2016, 8:05:43 AM parallel-universe Revert to revision of 2016-05-10 13:29:37 by todofixthis: "The decode script I provided presented issues on further testing. Some amendment should still be made to this page to ensure it is communicated that this will fail upon encountering certain charac Previous May 18, 2016, 7:45:27 AM parallel-universe The decode method did not work, whitespace characters are not encoded properly and cause the decodeURIComponent method to return a Malformed URI exception. The updated code addresses this issue.