Re: DSA Java (Sign Message) C OpenSSL (Verify Signature)

2011-08-03 Thread Kevin Underwood
Couple updates... Command Line: > OpenSSL generate DSA public and private keys using the command line > interface (PEM Files) > OpenSSL command line interface convert to DER format for Java > > Code: > Load them into Java using PCKS#8 Reader Classes > -Sign a Message (Use Java String.getbytes("UTF

DSA Java (Sign Message) C OpenSSL (Verify Signature)

2011-08-03 Thread Kevin Underwood
Command Line: OpenSSL generate DSA public and private keys using the command line interface (PEM Files) OpenSSL command line interface convert to DER format for Java Code: Load them into Java using PCKS#8 Reader Classes -Sign a Message (Use Java String.getbytes("UTF8")) Read about problems verif