English 中文(简体)
NET 《契约框架》联系
原标题:.NET Compact Framework Connection String encryption/securing

I m 在C#中撰写一份使用视窗移动电话6.1的智能装置的申请。 它是很基本的。 仅询问数据库和取得结果。 没有什么太高了。

这一方案只能在内部部署,但我们仍然希望与我们的Kingk联系。

我应当采取什么最佳方式来加密/确保我在方案中的联系? 我看到了一些例子。 该网络方案利用应用解决方案,但Im看不见在我的解决方案中出现一种情况。

这是我首次在2008年C#/Visualroom编写申请,因此可能出现某种类型的Im失踪现象。

得到帮助。

最佳回答

知道,如果在你的方案中出现,那就必然是不安全的。 不管怎样,如果评估人能够把这一安全联系与它所包含的信息联系起来,那么,一个有经验的黑客可以按照时间和愿望撤出这一信息。

但你们是否对这种威胁程度感到关切? 很显然,它只是扔进了一张 app子。 必须做到的是,有人向案卷开着读物者和塔那,他们有你的全权证书。

或许,你希望把加密版本储存在“汇辑”档案中,并将私人钥匙保存在你身上。 至少一个文本读本可以打上“突破”。 当然,有人可能会使用反射器,使你的用意失精,以获得私人钥匙。

你们可以 ob灭 app。 这将使找到这一私人钥匙更加困难。 仍然不可能。

或许,你希望通过网络服务或某种服务从服务器中提取私人钥匙。 然后,如果有人有钱,他们就可以拿到,尽管他们总是能够改变如何提供网络服务。 或者在中途 man,看网络的关键。

也许你可以利用SSL保护传播。 也许会把MAC过滤在服务上,使未经许可的装置更难获取钥匙。

你可以在这里看到进展。 各级安全需要越来越多的工作。 维修越来越多。 你们必须决定投资回报对你们的设想是什么,并给你们带来一定程度的安全感,因为你们愿意花费大量精力。

问题回答

如果没有这种帮助,我就使用了。 开放式网络CF.AppSettings,载于VS2005下以前的“Windows Mobile 5”项目。

您可以下载OpenNETCF”的社区版。 智能设备框架,可在www. opennetcf.com和browse the

不过,我不相信它与VS2008/CF3.5合作。





相关问题
Anyone feel like passing it forward?

I m the only developer in my company, and am getting along well as an autodidact, but I know I m missing out on the education one gets from working with and having code reviewed by more senior devs. ...

NSArray s, Primitive types and Boxing Oh My!

I m pretty new to the Objective-C world and I have a long history with .net/C# so naturally I m inclined to use my C# wits. Now here s the question: I feel really inclined to create some type of ...

C# Marshal / Pinvoke CBitmap?

I cannot figure out how to marshal a C++ CBitmap to a C# Bitmap or Image class. My import looks like this: [DllImport(@"test.dll", CharSet = CharSet.Unicode)] public static extern IntPtr ...

How to Use Ghostscript DLL to convert PDF to PDF/A

How to user GhostScript DLL to convert PDF to PDF/A. I know I kind of have to call the exported function of gsdll32.dll whose name is gsapi_init_with_args, but how do i pass the right arguments? BTW, ...

Linqy no matchy

Maybe it s something I m doing wrong. I m just learning Linq because I m bored. And so far so good. I made a little program and it basically just outputs all matches (foreach) into a label control. ...

热门标签