change
This commit is contained in:
@@ -1 +0,0 @@
|
||||
{"version":3,"file":"cryptohelper.js","sourceRoot":"","sources":["cryptohelper.ts"],"names":[],"mappings":"AAAA,IAAU,OAAO,CAoChB;AApCD,WAAU,OAAO;IACb,IAAiB,QAAQ,CAkCxB;IAlCD,WAAiB,QAAQ;QACrB,IAAiB,OAAO,CAgCvB;QAhCD,WAAiB,OAAO;YACpB,MAAa,YAAY;gBAIrB;oBACI,IAAI,CAAC,cAAc,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC;oBACzC,IAAI,CAAC,eAAe,GAAG,MAAM,CAAC,UAAU,CAAC,CAAC,GAAG,CAAC;oBAC9C,IAAI,CAAC,UAAU,GAAG,SAAS,CAAC;gBAChC,CAAC;gBAED,OAAO,CAAC,OAAO;oBACX,OAAO,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC,QAAQ,EAAE,CAAC;gBAC7E,CAAC;gBACD,OAAO,CAAC,OAAO;oBACX,OAAO,IAAI,CAAC,eAAe,CAAC,OAAO,CAAC,OAAO,EAAE,IAAI,CAAC,UAAU,CAAC,CAAC,QAAQ,CAAC,IAAI,CAAC,cAAc,CAAC,GAAG,CAAC,IAAI,CAAC,CAAC;gBACzG,CAAC;gBACD,mBAAmB,CAAC,OAAO;oBACvB,IAAI,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;oBACvC,OAAO,kBAAkB,CAAC,UAAU,CAAC,CAAC;gBAC1C,CAAC;gBACD,mBAAmB,CAAC,OAAO;oBACvB,IAAI,UAAU,GAAG,IAAI,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;oBACvC,OAAO,kBAAkB,CAAC,UAAU,CAAC,CAAC;gBAC1C,CAAC;gBAED,MAAM,CAAC,QAAQ;oBACX,IAAI,IAAI,CAAC,QAAQ,KAAK,IAAI,IAAI,IAAI,CAAC,QAAQ,KAAK,SAAS;wBACrD,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,EAAE,CAAC;oBACvC,OAAO,IAAI,CAAC,QAAQ,CAAC;gBACzB,CAAC;aACJ;YA9BY,oBAAY,eA8BxB,CAAA;QACL,CAAC,EAhCgB,OAAO,GAAP,gBAAO,KAAP,gBAAO,QAgCvB;IACL,CAAC,EAlCgB,QAAQ,GAAR,gBAAQ,KAAR,gBAAQ,QAkCxB;AACL,CAAC,EApCS,OAAO,KAAP,OAAO,QAoChB"}
|
||||
@@ -1 +0,0 @@
|
||||
var Unibase;(function(n){let t;(function(n){let t;(function(n){class t{constructor(){this.cryptoprovider=window.CryptoJS;this.cryptoalgorithm=window.CryptoJS.AES;this._secretKey="unibase"}encrypt(n){return this.cryptoalgorithm.encrypt(n,this._secretKey).toString()}decrypt(n){return this.cryptoalgorithm.decrypt(n,this._secretKey).toString(this.cryptoprovider.enc.Utf8)}encryptURIcomponent(n){var t=this.encrypt(n);return encodeURIComponent(t)}decryptURIcomponent(n){var t=this.decrypt(n);return decodeURIComponent(t)}static Instance(){return(this.instance===null||this.instance===undefined)&&(this.instance=new t),this.instance}}n.CryptoHelper=t})(t=n.Helpers||(n.Helpers={}))})(t=n.Platform||(n.Platform={}))})(Unibase||(Unibase={}));
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user