-
Hi! I've noticed this strange function that seems to modify something internal to the JRE to remove some sort of restrictions. As the title suggests, could you explain what does this do exactly? By looking at the code I don't see anything related to Spotify directly... Thanks! |
Beta Was this translation helpful? Give feedback.
Answered by
devgianlu
Feb 1, 2021
Replies: 1 comment 2 replies
-
As you said, this is all Java stuff. In particular it is used to remove cryptographic restrictions of the JRE (that I don't even know why are in place). I believe this is needed for the SHA192 used in the Zeroconf blob decoding. |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
iscle
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As you said, this is all Java stuff. In particular it is used to remove cryptographic restrictions of the JRE (that I don't even know why are in place). I believe this is needed for the SHA192 used in the Zeroconf blob decoding.