python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
JAVA How to verify ECDSA signature when r or s are negative
I'm writing a chunk of code to check the signature
My code below works if r and s are positive
if not the verify fails.
My code is
PublicKey publicKey = cert.getPublicKey();
Signature ecdsaVerify = Si...
Ariakan
Votes: 0
Answers: 1
Having trouble embedding base64 encoded png file into outlook signature via html
I'm having trouble embedding a base64 encoded png file into outlook signature via java/html. It recently stopped working the way it used to and I think some Windows update is the reason as to why it s...
dbuergi
Votes: 0
Answers: 0
C-patex api says: Invalid signature
I am trying to create a crypto bot for the c-patex exchange on Pascalabc. I'm stuck on private requests using a key and a secret key. I get an error - {"error":{"code":2005,"m...
Peter
Votes: 0
Answers: 1
I need to differentiate methods that have the same signature in java
i have many similar methods like this
delete(String ProfilePrimaryKey)
delete(String PostPrimaryKey)
delete(String CommentPrimaryKey)
they all access the database in a different way and call for a di...
to ma tpo pa
Votes: 0
Answers: 0