| Attributes |
| Name | Required | Request-time | Type | Description |
| passphrase | true | true | java.lang.StringBuffer | The passphrase or password to encrypt/decrypt |
| algorithm | false | true | java.lang.String | The encryption/decryption algorithm. Default is 'PBEWithSHAAndIDEA-CBC' |
| seed | false | true | java.lang.String | Optional seed for SecureRandom |
| action | false | false | java.lang.String | The action to perform. 'encrypt' for encryption, 'decrypt' for decryption. Default is 'encrypt' |
| file | true | true | java.lang.String | The file to encrypt or decrypt |
| newfile | true | true | java.lang.String | The file to store the encrypted or decrypted result |