Guest User

UT

a guest
Oct 22nd, 2024
1,271
1
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 8.70 KB | None | 1 0
  1. <html><head><title>Generator</title></head><body><pre id="key">Press to Generate</pre><button id="btn">Generate</button><script>(()=>{var t={249:function(t,r,n){var e;t.exports=(e=e||function(t,r){var e;if("undefined"!=typeof window&&window.crypto&&(e=window.crypto),"undefined"!=typeof self&&self.crypto&&(e=self.crypto),"undefined"!=typeof globalThis&&globalThis.crypto&&(e=globalThis.crypto),!e&&"undefined"!=typeof window&&window.msCrypto&&(e=window.msCrypto),!e&&void 0!==n.g&&n.g.crypto&&(e=n.g.crypto),!e)try{e=n(480)}catch(t){}var i=function(){if(e){if("function"==typeof e.getRandomValues)try{return e.getRandomValues(new Uint32Array(1))[0]}catch(t){}if("function"==typeof e.randomBytes)try{return e.randomBytes(4).readInt32LE()}catch(t){}}throw new Error("Native crypto module could not be used to get secure random number.")},o=Object.create||function(){function t(){}return function(r){var n;return t.prototype=r,n=new t,t.prototype=null,n}}(),a={},s=a.lib={},c=s.Base={extend:function(t){var r=o(this);return t&&r.mixIn(t),r.hasOwnProperty("init")&&this.init!==r.init||(r.init=function(){r.$super.init.apply(this,arguments)}),r.init.prototype=r,r.$super=this,r},create:function(){var t=this.extend();return t.init.apply(t,arguments),t},init:function(){},mixIn:function(t){for(var r in t)t.hasOwnProperty(r)&&(this[r]=t[r]);t.hasOwnProperty("toString")&&(this.toString=t.toString)},clone:function(){return this.init.prototype.extend(this)}},u=s.WordArray=c.extend({init:function(t,r){t=this.words=t||[],this.sigBytes=null!=r?r:4*t.length},toString:function(t){return(t||h).stringify(this)},concat:function(t){var r=this.words,n=t.words,e=this.sigBytes,i=t.sigBytes;if(this.clamp(),e%4)for(var o=0;o<i;o++){var a=n[o>>>2]>>>24-o%4*8&255;r[e+o>>>2]|=a<<24-(e+o)%4*8}else for(var s=0;s<i;s+=4)r[e+s>>>2]=n[s>>>2];return this.sigBytes+=i,this},clamp:function(){var r=this.words,n=this.sigBytes;r[n>>>2]&=4294967295<<32-n%4*8,r.length=t.ceil(n/4)},clone:function(){var t=c.clone.call(this);return t.words=this.words.slice(0),t},random:function(t){for(var r=[],n=0;n<t;n+=4)r.push(i());return new u.init(r,t)}}),f=a.enc={},h=f.Hex={stringify:function(t){for(var r=t.words,n=t.sigBytes,e=[],i=0;i<n;i++){var o=r[i>>>2]>>>24-i%4*8&255;e.push((o>>>4).toString(16)),e.push((15&o).toString(16))}return e.join("")},parse:function(t){for(var r=t.length,n=[],e=0;e<r;e+=2)n[e>>>3]|=parseInt(t.substr(e,2),16)<<24-e%8*4;return new u.init(n,r/2)}},d=f.Latin1={stringify:function(t){for(var r=t.words,n=t.sigBytes,e=[],i=0;i<n;i++){var o=r[i>>>2]>>>24-i%4*8&255;e.push(String.fromCharCode(o))}return e.join("")},parse:function(t){for(var r=t.length,n=[],e=0;e<r;e++)n[e>>>2]|=(255&t.charCodeAt(e))<<24-e%4*8;return new u.init(n,r)}},l=f.Utf8={stringify:function(t){try{return decodeURIComponent(escape(d.stringify(t)))}catch(t){throw new Error("Malformed UTF-8 data")}},parse:function(t){return d.parse(unescape(encodeURIComponent(t)))}},p=s.BufferedBlockAlgorithm=c.extend({reset:function(){this._data=new u.init,this._nDataBytes=0},_append:function(t){"string"==typeof t&&(t=l.parse(t)),this._data.concat(t),this._nDataBytes+=t.sigBytes},_process:function(r){var n,e=this._data,i=e.words,o=e.sigBytes,a=this.blockSize,s=o/(4*a),c=(s=r?t.ceil(s):t.max((0|s)-this._minBufferSize,0))*a,f=t.min(4*c,o);if(c){for(var h=0;h<c;h+=a)this._doProcessBlock(i,h);n=i.splice(0,c),e.sigBytes-=f}return new u.init(n,f)},clone:function(){var t=c.clone.call(this);return t._data=this._data.clone(),t},_minBufferSize:0}),g=(s.Hasher=p.extend({cfg:c.extend(),init:function(t){this.cfg=this.cfg.extend(t),this.reset()},reset:function(){p.reset.call(this),this._doReset()},update:function(t){return this._append(t),this._process(),this},finalize:function(t){return t&&this._append(t),this._doFinalize()},blockSize:16,_createHelper:function(t){return function(r,n){return new t.init(n).finalize(r)}},_createHmacHelper:function(t){return function(r,n){return new g.HMAC.init(t,n).finalize(r)}}}),a.algo={});return a}(Math),e)},214:function(t,r,n){var e;t.exports=(e=n(249),function(t){var r=e,n=r.lib,i=n.WordArray,o=n.Hasher,a=r.algo,s=[];!function(){for(var r=0;r<64;r++)s[r]=4294967296*t.abs(t.sin(r+1))|0}();var c=a.MD5=o.extend({_doReset:function(){this._hash=new i.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(t,r){for(var n=0;n<16;n++){var e=r+n,i=t[e];t[e]=16711935&(i<<8|i>>>24)|4278255360&(i<<24|i>>>8)}var o=this._hash.words,a=t[r+0],c=t[r+1],l=t[r+2],p=t[r+3],g=t[r+4],y=t[r+5],v=t[r+6],w=t[r+7],m=t[r+8],_=t[r+9],C=t[r+10],B=t[r+11],A=t[r+12],b=t[r+13],x=t[r+14],S=t[r+15],M=o[0],H=o[1],I=o[2],z=o[3];M=u(M,H,I,z,a,7,s[0]),z=u(z,M,H,I,c,12,s[1]),I=u(I,z,M,H,l,17,s[2]),H=u(H,I,z,M,p,22,s[3]),M=u(M,H,I,z,g,7,s[4]),z=u(z,M,H,I,y,12,s[5]),I=u(I,z,M,H,v,17,s[6]),H=u(H,I,z,M,w,22,s[7]),M=u(M,H,I,z,m,7,s[8]),z=u(z,M,H,I,_,12,s[9]),I=u(I,z,M,H,C,17,s[10]),H=u(H,I,z,M,B,22,s[11]),M=u(M,H,I,z,A,7,s[12]),z=u(z,M,H,I,b,12,s[13]),I=u(I,z,M,H,x,17,s[14]),M=f(M,H=u(H,I,z,M,S,22,s[15]),I,z,c,5,s[16]),z=f(z,M,H,I,v,9,s[17]),I=f(I,z,M,H,B,14,s[18]),H=f(H,I,z,M,a,20,s[19]),M=f(M,H,I,z,y,5,s[20]),z=f(z,M,H,I,C,9,s[21]),I=f(I,z,M,H,S,14,s[22]),H=f(H,I,z,M,g,20,s[23]),M=f(M,H,I,z,_,5,s[24]),z=f(z,M,H,I,x,9,s[25]),I=f(I,z,M,H,p,14,s[26]),H=f(H,I,z,M,m,20,s[27]),M=f(M,H,I,z,b,5,s[28]),z=f(z,M,H,I,l,9,s[29]),I=f(I,z,M,H,w,14,s[30]),M=h(M,H=f(H,I,z,M,A,20,s[31]),I,z,y,4,s[32]),z=h(z,M,H,I,m,11,s[33]),I=h(I,z,M,H,B,16,s[34]),H=h(H,I,z,M,x,23,s[35]),M=h(M,H,I,z,c,4,s[36]),z=h(z,M,H,I,g,11,s[37]),I=h(I,z,M,H,w,16,s[38]),H=h(H,I,z,M,C,23,s[39]),M=h(M,H,I,z,b,4,s[40]),z=h(z,M,H,I,a,11,s[41]),I=h(I,z,M,H,p,16,s[42]),H=h(H,I,z,M,v,23,s[43]),M=h(M,H,I,z,_,4,s[44]),z=h(z,M,H,I,A,11,s[45]),I=h(I,z,M,H,S,16,s[46]),M=d(M,H=h(H,I,z,M,l,23,s[47]),I,z,a,6,s[48]),z=d(z,M,H,I,w,10,s[49]),I=d(I,z,M,H,x,15,s[50]),H=d(H,I,z,M,y,21,s[51]),M=d(M,H,I,z,A,6,s[52]),z=d(z,M,H,I,p,10,s[53]),I=d(I,z,M,H,C,15,s[54]),H=d(H,I,z,M,c,21,s[55]),M=d(M,H,I,z,m,6,s[56]),z=d(z,M,H,I,S,10,s[57]),I=d(I,z,M,H,v,15,s[58]),H=d(H,I,z,M,b,21,s[59]),M=d(M,H,I,z,g,6,s[60]),z=d(z,M,H,I,B,10,s[61]),I=d(I,z,M,H,l,15,s[62]),H=d(H,I,z,M,_,21,s[63]),o[0]=o[0]+M|0,o[1]=o[1]+H|0,o[2]=o[2]+I|0,o[3]=o[3]+z|0},_doFinalize:function(){var r=this._data,n=r.words,e=8*this._nDataBytes,i=8*r.sigBytes;n[i>>>5]|=128<<24-i%32;var o=t.floor(e/4294967296),a=e;n[15+(i+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),n[14+(i+64>>>9<<4)]=16711935&(a<<8|a>>>24)|4278255360&(a<<24|a>>>8),r.sigBytes=4*(n.length+1),this._process();for(var s=this._hash,c=s.words,u=0;u<4;u++){var f=c[u];c[u]=16711935&(f<<8|f>>>24)|4278255360&(f<<24|f>>>8)}return s},clone:function(){var t=o.clone.call(this);return t._hash=this._hash.clone(),t}});function u(t,r,n,e,i,o,a){var s=t+(r&n|~r&e)+i+a;return(s<<o|s>>>32-o)+r}function f(t,r,n,e,i,o,a){var s=t+(r&e|n&~e)+i+a;return(s<<o|s>>>32-o)+r}function h(t,r,n,e,i,o,a){var s=t+(r^n^e)+i+a;return(s<<o|s>>>32-o)+r}function d(t,r,n,e,i,o,a){var s=t+(n^(r|~e))+i+a;return(s<<o|s>>>32-o)+r}r.MD5=o._createHelper(c),r.HmacMD5=o._createHmacHelper(c)}(Math),e.MD5)},436:(t,r,n)=>{var e=n(214),i="ABCDEFGHJLKMNPQRTUVWXYZ2346789";t.exports=function(){var t=i[Math.floor(2*Math.random())];"B"==t&&(t+=i[Math.floor(4*Math.random())]);for(var r=14-t.length,n=0;n<r;n++)t+=i[Math.floor(30*Math.random())];var o,a=(o=function(t){var r="";for(var n of t){var e=i.indexOf(n);r+=e<10?String.fromCharCode(e+"0".charCodeAt()):String.fromCharCode(e-10+"a".charCodeAt())}return r}(t),30,[...o.toString()].reduce(((t,r)=>t*BigInt(30)+BigInt(parseInt(r,30))),0n)),s=BigInt.asIntN(64,a.toString())+"appDebugfNoInit",c=e(s).toString(),u="";for(n=15;n>=0;n--)u+=c.substring(2*n,2*n+2);var f=t+function(t){var r="";for(var n of t)n.charCodeAt()>="0".charCodeAt()&&n.charCodeAt()<="9".charCodeAt()?r+=i[n.charCodeAt()-"0".charCodeAt()]:n.charCodeAt()>="A".charCodeAt()&&n.charCodeAt()<="Z".charCodeAt()?r+=i[n.charCodeAt()-"A".charCodeAt()+10]:n.charCodeAt()>="a".charCodeAt()&&n.charCodeAt()<="z".charCodeAt()&&(r+=i[n.charCodeAt()-"a".charCodeAt()+10]);return r}(BigInt.asUintN(64,"0x"+u).toString(30)).substring(0,6);return f.substring(10,15)+"-"+f.substring(5,10)+"-"+f.substring(0,5)+"-"+f.substring(15)}},480:()=>{}},r={};function n(e){var i=r[e];if(void 0!==i)return i.exports;var o=r[e]={exports:{}};return t[e].call(o.exports,o,o.exports,n),o.exports}n.n=t=>{var r=t&&t.__esModule?()=>t.default:()=>t;return n.d(r,{a:r}),r},n.d=(t,r)=>{for(var e in r)n.o(r,e)&&!n.o(t,e)&&Object.defineProperty(t,e,{enumerable:!0,get:r[e]})},n.g=function(){if("object"==typeof globalThis)return globalThis;try{return this||new Function("return this")()}catch(t){if("object"==typeof window)return window}}(),n.o=(t,r)=>Object.prototype.hasOwnProperty.call(t,r),(()=>{"use strict";var t=n(436),r=n.n(t);document.querySelector("#btn").addEventListener("click",(function(){document.querySelector("#key").innerHTML=r()()}))})()})();</script></body></html>
Advertisement
Add Comment
Please, Sign In to add comment