Working with BIRT encryption in iHub : Generating encryption keys : How to generate a public key using RSA encryption
 
How to generate a public key using RSA encryption
Run the main function of PublicKeyPairGenerator.
1 To navigate to the default security folder, open a command prompt window and type:
cd C:\Program Files\Actuate11\BRDPro\eclipse\plugins
\com.actuate.birt.model.defaultsecurity_<Release>
2 In the command prompt window, type:
java -cp acdefaultsecurity.jar com.actuate.birt.model.defaultsecurity.api.keygenerator.
PublicKeyPairGenerator rsa
The class generates a pair of keys saved in the key.properties file:
#Key Generator
#Mon Sep 17 10:34:58 PDT 2012
public-key=30819f300d06092a86...
symmetric-key=3082027...
 
3 Copy the key from the generated key file to the encryption.properties file.