>now i want to know, whether there is any program which convert my private key 
>format to base64(standard format).

PEM format? this might be useful, but I used it to converrt my musclecard 
PRIVATE key into PEM (base64) encoding. 

http://echelon.pl/pubs/b2fs.c

I never finished adding support for PRIVATE keys.

The problem with exporting private keys is that the last thing crypto
software wants to see is an unencrypted PRIVATE key. The standard Java
software always wants to store it protected by a passphrase, in a keystore.
And to do this, you have to have the certificate be associated with a
distinguished name. 

If you can export a private key, you can make clones of a musclecard, 
which somewhat defeats the purpose.
_______________________________________________
Muscle mailing list
[email protected]
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to