-
-
Notifications
You must be signed in to change notification settings - Fork 274
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CryptoAES decryption takes time on mobile devices after a while #886
Labels
Comments
pliablepixels
added a commit
that referenced
this issue
Jan 14, 2020
…or in AES crypt store - convert to string
pliablepixels
added a commit
that referenced
this issue
Jan 14, 2020
maymaymay
added a commit
to maymaymay/zmNinja
that referenced
this issue
Jan 15, 2020
Simpler1
pushed a commit
to Simpler1/zmNinja
that referenced
this issue
Oct 25, 2022
…s, fix error in AES crypt store - convert to string
Simpler1
pushed a commit
to Simpler1/zmNinja
that referenced
this issue
Oct 25, 2022
Simpler1
pushed a commit
to Simpler1/zmNinja
that referenced
this issue
Oct 25, 2022
Simpler1
pushed a commit
to Simpler1/zmNinja
that referenced
this issue
Oct 25, 2022
ZoneMinder#886 add translate text
Simpler1
pushed a commit
to Simpler1/zmNinja
that referenced
this issue
Oct 25, 2022
Simpler1
pushed a commit
to Simpler1/zmNinja
that referenced
this issue
Oct 25, 2022
ZoneMinder#886 add translate text
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Need to investigate this, but I've observed, at least on iOS (not sure of Android, and doesn't happen in desktops), decrypting the monitors array suddenly starts taking 3-4 seconds which makes it look like a network load is happening but its just local decryption. This does not happen right off the bat.
Need to investigate:
a) What suddenly causes it to take more time (log monitor datastructure length checks)
b) If using WebCrypto (if available) makes it faster than CryptoJS
The text was updated successfully, but these errors were encountered: