|
@@ -12,7 +12,7 @@ const fill2Len = (str, len) => {
|
12
|
12
|
return str.repeat(Math.floor(len / orginLen)) + str.substr(0, len % orginLen)
|
13
|
13
|
}
|
14
|
14
|
|
15
|
|
-const mixChars = window.navigator.userAgent + (new Date).toUTCString().replace(/\d{2}:\d{2}:\d{2}/, '')
|
|
15
|
+const mixChars = window.navigator.userAgent // + (new Date).toUTCString().replace(/\d{2}:\d{2}:\d{2}/, '')
|
16
|
16
|
|
17
|
17
|
const strXOR = (str, mix) => {
|
18
|
18
|
if (!str) return str
|