Got a question:
I managed to generate a key pair with DSA and have no problems signing and verifying with them.
But I need to attach the signature to the start of a file and have the receiver receive the file, check the signature before processing the rest of the file.
Is there a fixed length for the key size so that the receiver knows how many of the bytes in the start of the file is for the signature?
Thanks
I managed to generate a key pair with DSA and have no problems signing and verifying with them.
But I need to attach the signature to the start of a file and have the receiver receive the file, check the signature before processing the rest of the file.
Is there a fixed length for the key size so that the receiver knows how many of the bytes in the start of the file is for the signature?
Thanks
Comment