Runwan A simple tool that does either encrypt or descript and print the result based on flowing arguments.
/** * Tool for encrypting and decrypting. * Arguments and their meanings * <ul> * <li>keystore If keys are in a store ,it's location * <li>storepass Password for access keyStore * <li>keypass To get private key * <li>alias Alias to identify key owner * <li>storetype Type of keyStore * <li>keyfile If key is in a file * <li>opmode encrypt or decrypt * <li>algorithm encrypt or decrypt algorithm * <li>source Either cipher or plain text as an in-lined form * <li>sourceFile Source from a file * <li>outEncode Currently base64 * <li>inEncode Currently base64 * <ul> */ Thanks Indika --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
