简体   繁体   English

.NET CF 1.0中的需要密码库

[英]Need Cryptography Libraries in .NET CF 1.0

My company has begun to work with a vendor which is requiring us to write our integration code based on the .NET Compact Framework 1.0. 我的公司已经开始与一家供应商合作,这要求我们基于.NET Compact Framework 1.0编写集成代码。 For numerous business reasons, we need to encrypt data in this process. 由于众多业务原因,我们需要在此过程中加密数据。 While we could write a custom XTEA algorithm, we would like to implement some type of AES encryption due to the sensitivity of the data. 尽管我们可以编写自定义XTEA算法,但由于数据的敏感性,我们希望实现某种类型的AES加密。

I know that by default .NET Compact Framework 1.0 does not have the System.Security namespace. 我知道默认情况下,.NET Compact Framework 1.0没有System.Security命名空间。 Is there any way to back port/add the .NET Framework 1.1 System.Security namespace and its requirements to .NET CF 1.0? 有什么方法可以将.NET Framework 1.1 System.Security命名空间及其要求移植回/添加到.NET CF 1.0吗?

If not, are there any existing projects/methodologies for implementing AES encryption on .NET CF 1.0? 如果不是,是否存在用于在.NET CF 1.0上实现AES加密的现有项目/方法?

I think BouncyCastle supports CF1.0 for AES encryption/decryption 我认为BouncyCastle支持BouncyCastle进行AES加密/解密

Link: bouncycastle.org/index.html 链接:bouncycastle.org/index.html

Good luck with the project as it sounds like it going to be painful working with CF1.0 (OMG no Linq , ROFL) 该项目祝您好运,因为使用CF1.0听起来会很痛苦(OMG no Linq ,ROFL)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM