uu
This commit is contained in:
parent
c15dbd1b5d
commit
12dc888054
16
common/libs/jsencrypt.min.js
vendored
16
common/libs/jsencrypt.min.js
vendored
@ -2,7 +2,7 @@
|
|||||||
const funModel = function(t) {
|
const funModel = function(t) {
|
||||||
"use strict";
|
"use strict";
|
||||||
var e = "0123456789abcdefghijklmnopqrstuvwxyz";
|
var e = "0123456789abcdefghijklmnopqrstuvwxyz";
|
||||||
|
let navigator = window?.navigator || {}
|
||||||
function a(t) {
|
function a(t) {
|
||||||
return e.charAt(t)
|
return e.charAt(t)
|
||||||
}
|
}
|
||||||
@ -1143,21 +1143,21 @@ const funModel = function(t) {
|
|||||||
if (null == Z) {
|
if (null == Z) {
|
||||||
Z = [];
|
Z = [];
|
||||||
var G = void(_ = 0);
|
var G = void(_ = 0);
|
||||||
if (window.crypto && window.crypto.getRandomValues) {
|
if (window?.crypto && window?.crypto?.getRandomValues) {
|
||||||
var $ = new Uint32Array(256);
|
var $ = new Uint32Array(256);
|
||||||
for (window.crypto.getRandomValues($), G = 0; G < $.length; ++G) Z[_++] = 255 & $[G]
|
for (window?.crypto?.getRandomValues($), G = 0; G < $.length; ++G) Z[_++] = 255 & $[G]
|
||||||
}
|
}
|
||||||
var Y = function(t) {
|
var Y = function(t) {
|
||||||
if (this.count = this.count || 0, 256 <= this.count || z <= _) window.removeEventListener ? window
|
if (this.count = this.count || 0, 256 <= this.count || z <= _) window?.removeEventListener ? window
|
||||||
.removeEventListener("mousemove", Y, !1) : window.detachEvent && window.detachEvent(
|
?.removeEventListener("mousemove", Y, !1) : window?.detachEvent && window?.detachEvent(
|
||||||
"onmousemove", Y);
|
"onmousemove", Y);
|
||||||
else try {
|
else try {
|
||||||
var e = t.x + t.y;
|
var e = t.x + t.y;
|
||||||
Z[_++] = 255 & e, this.count += 1
|
Z[_++] = 255 & e, this.count += 1
|
||||||
} catch (t) {}
|
} catch (t) {}
|
||||||
};
|
};
|
||||||
window.addEventListener ? window.addEventListener("mousemove", Y, !1) : window.attachEvent && window
|
window?.addEventListener ? window?.addEventListener("mousemove", Y, !1) : window?.attachEvent && window
|
||||||
.attachEvent("onmousemove", Y)
|
?.attachEvent("onmousemove", Y)
|
||||||
}
|
}
|
||||||
|
|
||||||
function J() {
|
function J() {
|
||||||
@ -1897,7 +1897,7 @@ const funModel = function(t) {
|
|||||||
return this.getKey().getPublicBaseKeyB64()
|
return this.getKey().getPublicBaseKeyB64()
|
||||||
}, t.version = "3.0.0-rc.1", t
|
}, t.version = "3.0.0-rc.1", t
|
||||||
}();
|
}();
|
||||||
window.JSEncrypt = rt, t.JSEncrypt = rt, t.default = rt, Object.defineProperty(t, "__esModule", {
|
t.JSEncrypt = rt, t.default = rt, Object.defineProperty(t, "__esModule", {
|
||||||
value: !0
|
value: !0
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user