var Aes={};Aes.cipher=function(e,t){var n=4,r=t.length/n-1,i=[[],[],[],[]];for(var s=0;s<4*n;s++)i[s%4][Math.floor(s/4)]=e[s];i=Aes.addRoundKey(i,t,0,n);for(var o=1;o6&&o%n==4&&(s=Aes.subWord(s));for(var a=0;a<4;a++)i[o][a]=i[o-n][a]^s[a]}return i},Aes.subBytes=function(e,t){for(var n=0;n<4;n++)for(var r=0;r>>o*8&255;for(var o=0;o<2;o++)a[o+2]=h>>>o*8&255;for(var o=0;o<4;o++)a[o+4]=c>>>o*8&255;var p="";for(var o=0;o<8;o++)p+=String.fromCharCode(a[o]);var d=Aes.keyExpansion(u),v=Math.ceil(e.length/r),m=new Array(v);for(var g=0;g>>y*8&255;for(var y=0;y<4;y++)a[15-y-4]=g/4294967296>>>y*8;var b=Aes.cipher(a,d),w=g>>d*8&255;for(var d=0;d<4;d++)a[15-d-4]=(h+1)/4294967296-1>>>d*8&255;var v=Aes.cipher(a,f),m=new Array(e[h].length);for(var o=0;o0)while(h++<3)c+="=",p+="\0";for(h=0;h>18&63,u=s>>12&63,a=s>>6&63,f=s&63,l[h/3]=v.charAt(o)+v.charAt(u)+v.charAt(a)+v.charAt(f);return d=l.join(""),d=d.slice(0,d.length-c.length)+c,d},Base64.decode=function(e,t){t=typeof t=="undefined"?!1:t;var n,r,i,s,o,u,a,f,l=[],c,h,p=Base64.code;h=t?e.decodeUTF8():e;for(var d=0;d>>16&255,r=f>>>8&255,i=f&255,l[d/4]=String.fromCharCode(n,r,i),a==64&&(l[d/4]=String.fromCharCode(n,r)),u==64&&(l[d/4]=String.fromCharCode(n));return c=l.join(""),t?c.decodeUTF8():c};var Utf8={};Utf8.encode=function(e){var t=e.replace(/[\u0080-\u07ff]/g,function(e){var t=e.charCodeAt(0);return String.fromCharCode(192|t>>6,128|t&63)});return t=t.replace(/[\u0800-\uffff]/g,function(e){var t=e.charCodeAt(0);return String.fromCharCode(224|t>>12,128|t>>6&63,128|t&63)}),t},Utf8.decode=function(e){var t=e.replace(/[\u00e0-\u00ef][\u0080-\u00bf][\u0080-\u00bf]/g,function(e){var t=(e.charCodeAt(0)&15)<<12|(e.charCodeAt(1)&63)<<6|e.charCodeAt(2)&63;return String.fromCharCode(t)});return t=t.replace(/[\u00c0-\u00df][\u0080-\u00bf]/g,function(e){var t=(e.charCodeAt(0)&31)<<6|e.charCodeAt(1)&63;return String.fromCharCode(t)}),t},(typeof Crypto=="undefined"||!Crypto.util)&&function(){var e=window.Crypto={},t=e.util={rotl:function(e,t){return e<>>32-t},rotr:function(e,t){return e<<32-t|e>>>t},endian:function(e){if(e.constructor==Number)return t.rotl(e,8)&16711935|t.rotl(e,24)&4278255360;for(var n=0;n0;e--)t.push(Math.floor(Math.random()*256));return t},bytesToWords:function(e){for(var t=[],n=0,r=0;n>>5]|=e[n]<<24-r%32;return t},wordsToBytes:function(e){for(var t=[],n=0;n>>5]>>>24-n%32&255);return t},bytesToHex:function(e){for(var t=[],n=0;n>>4).toString(16)),t.push((e[n]&15).toString(16));return t.join("")},hexToBytes:function(e){for(var t=[],n=0;n>>6*(3-s)&63)):t.push("=");return t.join("")},base64ToBytes:function(e){if(typeof atob=="function")return n.stringToBytes(atob(e));e=e.replace(/[^A-Z0-9+\/]/ig,"");for(var t=[],r=0,i=0;r>>6-i*2);return t}};e=e.charenc={},e.UTF8={stringToBytes:function(e){return n.stringToBytes(unescape(encodeURIComponent(e)))},bytesToString:function(e){return decodeURIComponent(escape(n.bytesToString(e)))}};var n=e.Binary={stringToBytes:function(e){for(var t=[],n=0;n>>24)&16711935|(n[l]<<24|n[l]>>>8)&4278255360;n[i>>>5]|=128<>>9<<4)+14]=i,i=s._ff;var c=s._gg,p=s._hh,d=s._ii;for(l=0;l>>0,u=u+m>>>0,a=a+y>>>0,f=f+b>>>0}return t.endian([e,u,a,f])},s._ff=function(e,t,n,r,i,s,o){return e=e+(t&n|~t&r)+(i>>>0)+o,(e<>>32-s)+t},s._gg=function(e,t,n,r,i,s,o){return e=e+(t&r|n&~r)+(i>>>0)+o,(e<>>32-s)+t},s._hh=function(e,t,n,r,i,s,o){return e=e+(t^n^r)+(i>>>0)+o,(e<>>32-s)+t},s._ii=function(e,t,n,r,i,s,o){return e=e+(n^(t|~r))+(i>>>0)+o,(e<>>32-s)+t},s._blocksize=16,s._digestsize=16}();