We have an ant build file that needs to encrypt/decrypt a bunch of files using a PGP Public Key.
Is there a native (or library) ant task to do so. I really would like to avoid solutions that involve the use of <exec>
(unless ther is no other way around).
Much obliged