Skip to content

Instantly share code, notes, and snippets.

View leonurium's full-sized avatar
on lightning!

Leo leonurium

on lightning!
  • Jakarta
  • 23:43 (UTC +07:00)
View GitHub Profile
@leonurium
leonurium / cepetpisan.js
Last active December 21, 2019 05:41
Cepet Pisan
var Base64 = {
_keyStr: "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/=",
encode: function(input) {
var output = "";
var chr1,
chr2,
chr3,
enc1,
enc2,
enc3,