Need to package and encrypt secure files for transmission. Tools?
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
Need to package and encrypt secure files for transmission. Tools?
We have to implement a facility to provide download capability of files to a limited group of clients. The information in the files is subject to HIPAA and FERPA guidelines. We will be using SFTP, but want to go further. We want to encrypt the files themselves at 128-bit or higher and then make them self-extracting on the Windows computers of our clients that will download them. This entire operation needs to be scriptable with replaceable parameters since the data source for the files will also generate a password we want to assign to the encrypted zip package. Our site and sources are RHEL 4 and 5 servers. Our clients will be WinXP. We do not want to have to purchase/maintain digital signature certificates. We must to be able to script the encryption and password assignment on the files.
Is there a single-source, multi-platform solution for accomplishing this scenario? Is single-source necessary? Are purchased products necessary?
The catch here is if you absolutely need to generate self decrypting archives - I've only seen SDA functionality available from the commercial PGP (PGP Corporation, etc) vendors. Also, you will need the command line version if you want to automate (script) the process and licenses are not cheap (unless your mid-large corporation is covering the costs). But it is trivial to wrap sh/bash, Perl, etc. around the pgp executable when using the command line version. An SDK is also available (I think it only supports C on Unix/Linux) if you need it.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.