What tools are available to encrypt or password-protect a file stored on the IFS?
*integrated file-system, accessible from Windows
What tools are available to encrypt or password-protect a file stored on the IFS?
*integrated file-system, accessible from Windows
Here are some resources to look into:
Most of these articles deal with encrypting data in a table, but the concepts should help you encrypt a file on the IFS.
There is PkZIP for the iSeries which can provide encryption.
You could also 'roll your own' encryption using Java Cryptography.
Or you could simply encrypt the file from a Windows box with ccrypt or TrueCrypt (perhaps not what you are looking for). Both are free. As is GnuPG which has a windows port and is probably the best of the bunch.
Don't forget that iSeries with PASE can run many AIX programs as is.
ccrypt for AIX could almost definitely be made to run on the iSeries and be called from QSH. And similarly for GnuPG for AIX; it could be run on the iSeries itself.