You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On desktop (with BC or SC), the code is working fine, and signature can be checked with other platform (tested with python, node, ...).
On Android, the "saltLength" is not read, and is forced to 32bits, so I can't sign / verify signature from device on other platform if another "saltLength" is used. (I verified it by brute-forcing saltLength value on desktop).
I really don't know how to debug it, the very same Java code has different behavior between launched on desktop or Android. Any idea how to force "saltLength" on Android ?
Thanks in advance !
The text was updated successfully, but these errors were encountered:
I use the following code in order to sign data:
(The code is very similar for checking sign)
On desktop (with BC or SC), the code is working fine, and signature can be checked with other platform (tested with python, node, ...).
On Android, the "saltLength" is not read, and is forced to 32bits, so I can't sign / verify signature from device on other platform if another "saltLength" is used. (I verified it by brute-forcing saltLength value on desktop).
I really don't know how to debug it, the very same Java code has different behavior between launched on desktop or Android. Any idea how to force "saltLength" on Android ?
Thanks in advance !
The text was updated successfully, but these errors were encountered: