Compare commits
5 Commits
Author | SHA1 | Date |
---|---|---|
![]() |
45995fd2ae | |
![]() |
bb8faab7d7 | |
![]() |
32a3b5f1e0 | |
![]() |
4bdbeabaa2 | |
![]() |
d427170408 |
|
@ -60,7 +60,8 @@ z.Crypto = {
|
||||||
},
|
},
|
||||||
|
|
||||||
/** @type {string} */
|
/** @type {string} */
|
||||||
EncPadding: "\x28\xBF\x4E\x5E\x4E\x75\x8A\x41\x64\x00\x4E\x56\xFF\xFA\x01\x08\x2E\x2E\x00\xB6\xD0\x68\x3E\x80\x2F\x0C\xA9\xFE\x64\x53\x69\x7A",
|
// EncPadding: "\x28\xBF\x4E\x5E\x4E\x75\x8A\x41\x64\x00\x4E\x56\xFF\xFA\x01\x08\x2E\x2E\x00\xB6\xD0\x68\x3E\x80\x2F\x0C\xA9\xFE\x64\x53\x69\x7A",
|
||||||
|
EncPadding: atob('KL9OXk51ikFkAE5W//oBCC4uALbQaD6ALwyp/mRTaXo='),
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Add "\" before "\", "(" and ")", and chr(13) => '\r'
|
* Add "\" before "\", "(" and ")", and chr(13) => '\r'
|
||||||
|
|
Loading…
Reference in New Issue