Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Cross platform Encryption / Decryption applications for secure file transport

I have a client who is in need of a file based encryption / decryption application to be used between Linux / Windows 2003 Server. The goal is to have a single file compressed nightly on a linux platform and secured using a script, transmitted over FTP, decrypted on the Windows 2003 server and available for other import routines such as SSIS, etc.

The file can remain unencrypted on each end after transport, the desire is mainly to keep the file secure during transport. Firewall rules and the fact that IIS6 doesn't support SFTP eliminate SFTP as an option. Simplicity is the primary focus here, so complex security options or heavyweight libraries cannot be used.

like image 588
Geoff Dalgas Avatar asked Dec 27 '25 14:12

Geoff Dalgas


2 Answers

You could try GnuPG, it's cross platform and since you are only sending files internally you don't really need a certificate signed by a big-name certificate authority.

like image 125
dave Avatar answered Dec 31 '25 03:12

dave


Also you can use our OpenPGP task for SSIS when you need to load the protected data into SSIS.

like image 21
Eugene Mayevski 'Callback Avatar answered Dec 31 '25 02:12

Eugene Mayevski 'Callback



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!