用于安全文件传输的跨平台加密/解密应用程序

时间:2022-08-01 18:27:29

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.

我有一个客户端需要在Linux / Windows 2003 Server之间使用基于文件的加密/解密应用程序。目标是在Linux平台上每晚压缩一个文件,并使用脚本进行保护,通过FTP传输,在Windows 2003服务器上解密,并可用于其他导入例程,如SSIS等。

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.

传输后文件在每一端都可以保持未加密状态,主要是为了在传输过程中保证文件的安全。防火墙规则以及IIS6不支持SFTP的事实消除了SFTP作为选项。简单性是这里的主要关注点,因此无法使用复杂的安全选项或重量级库。

5 个解决方案

#1


7  

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.

您可以尝试GnuPG,它是跨平台的,因为您只是在内部发送文件,所以您不需要由大名称证书颁发机构签名的证书。

#2


3  

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

当您需要将受保护的数据加载到SSIS中时,您还可以将我们的OpenPGP任务用于SSIS。

#3


1  

You could look at PGP:

你可以看看PGP:

http://www.pgpi.org/doc/overview/
http://www.pgpi.org/products/pgp/versions/freeware/
http://www.pgpi.org/doc/

http://www.pgpi.org/doc/overview/ http://www.pgpi.org/products/pgp/versions/freeware/ http://www.pgpi.org/doc/

#4


1  

To GnuPG I would add Thawte (or similar) s/mime keys for email.

对于GnuPG,我会为电子邮件添加Thawte(或类似的)s / mime密钥。

GnuPG has executables for every major platform and most email clients support s/mime keys for encryption.

GnuPG具有适用于每个主要平台的可执行文件,大多数电子邮件客户端支持用于加密的s / mime密钥。

#5


0  

Try R10Cipher. Cross Platform, 384 Bit, Handles Text and Files, Very Simple to use and inexpensive http://www.r10cipher.com

试试R10Cipher。跨平台,384位,处理文本和文件,非常易于使用且价格低廉http://www.r10cipher.com

Disclaimer: It's produced by my company, Arten Science.

免责声明:它由我的公司Arten Science制作。

#1


7  

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.

您可以尝试GnuPG,它是跨平台的,因为您只是在内部发送文件,所以您不需要由大名称证书颁发机构签名的证书。

#2


3  

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

当您需要将受保护的数据加载到SSIS中时,您还可以将我们的OpenPGP任务用于SSIS。

#3


1  

You could look at PGP:

你可以看看PGP:

http://www.pgpi.org/doc/overview/
http://www.pgpi.org/products/pgp/versions/freeware/
http://www.pgpi.org/doc/

http://www.pgpi.org/doc/overview/ http://www.pgpi.org/products/pgp/versions/freeware/ http://www.pgpi.org/doc/

#4


1  

To GnuPG I would add Thawte (or similar) s/mime keys for email.

对于GnuPG,我会为电子邮件添加Thawte(或类似的)s / mime密钥。

GnuPG has executables for every major platform and most email clients support s/mime keys for encryption.

GnuPG具有适用于每个主要平台的可执行文件,大多数电子邮件客户端支持用于加密的s / mime密钥。

#5


0  

Try R10Cipher. Cross Platform, 384 Bit, Handles Text and Files, Very Simple to use and inexpensive http://www.r10cipher.com

试试R10Cipher。跨平台,384位,处理文本和文件,非常易于使用且价格低廉http://www.r10cipher.com

Disclaimer: It's produced by my company, Arten Science.

免责声明:它由我的公司Arten Science制作。