Java sshtools generated EDDSA signature not matching with Python’s pycryptome’s generated signature
I have a python library that uses pycryptodome
library to sign data using Ed25519 algorithm using an openssh format ED25519 private key. The signature then needs to be verified in a Java application using sshtools
library with corresponding public key. However the signature verification is failing.
Java sshtools EDDSA certificate not matching with Python’s pycryptome certificate
I have a python library that uses pycryptodome
library to sign data using Ed25519 algorithm using an openssh format ED25519 private key. The signature then needs to be verified in a Java application using sshtools
library with corresponding public key. However the signature verification is failing.