-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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
E2e sharing #11922
E2e sharing #11922
Conversation
tobiasKaminsky
commented
Aug 28, 2023
•
edited
Loading
edited
- Tests written, or not not needed
BadPaddingException, IllegalBlockSizeException, | ||
CertificateException { | ||
|
||
Cipher cipher = Cipher.getInstance(RSA_CIPHER); |
Check failure
Code scanning / CodeQL
Use of a broken or risky cryptographic algorithm High
RSA/ECB/OAEPWithSHA-256AndMGF1Padding
BadPaddingException, IllegalBlockSizeException, | ||
InvalidKeySpecException { | ||
|
||
Cipher cipher = Cipher.getInstance(RSA_CIPHER); |
Check failure
Code scanning / CodeQL
Use of a broken or risky cryptographic algorithm High
RSA/ECB/OAEPWithSHA-256AndMGF1Padding
63b32a8
to
33ff5c6
Compare
33ff5c6
to
efabc0d
Compare
1d28800
to
3f84743
Compare
BadPaddingException, IllegalBlockSizeException, | ||
InvalidKeySpecException { | ||
|
||
Cipher cipher = Cipher.getInstance(RSA_CIPHER); |
Check failure
Code scanning / CodeQL
Use of a broken or risky cryptographic algorithm High
RSA/ECB/OAEPWithSHA-256AndMGF1Padding
abc64fa
to
1f82432
Compare
1f82432
to
470825c
Compare
fc78e86
to
077226a
Compare
077226a
to
7248a26
Compare
APK file: https://www.kaminsky.me/nc-dev/android-artifacts/11922.apk |
7248a26
to
3550ad0
Compare
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
3550ad0
to
218fbd7
Compare
blue-Light-Screenshot test failed, but no output was generated. Maybe a preliminary stage failed. |