This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| filename cp temp; | |
| proc groovy classpath=cp; | |
| submit parseonly; | |
| import javax.crypto.spec.SecretKeySpec | |
| import javax.crypto.spec.IvParameterSpec | |
| import javax.crypto.Cipher | |
| class GroovyCrypter { | |
| def expandKey (def secret) { |