English 中文(简体)
申请 认证 关键
原标题:Application Authentication Key

I have thought of two options for providing an encrypted authentication key for my application and I wanted some feedback from the community to see which option might be best.

备选案文1:当他们购买产品时,他们可以获得一种独特的识别资料,用于激活产品。 在启动过程中,我把钥匙寄给我的认证服务,对照订单表加以核实,然后送回加密钥匙。 加密钥匙将包含其原认证代码以及我将补充的其他部分。

备选案文2:我是客户方面的关键加密。

我总是需要对客户方面的关键进行加密,因为我每次提出申请时都能够检查其中几个关键部分。 但是,我是否也应当在那里或者在我的网络服务上进行加密,将其退回到储存的申请中?

问题回答

我选择选择方案1,因为如果想在采购中增加更多的特征,那么,它们可能重新启动,并获取新的产品钥匙,在其中增加信息。 这还将使您能够掌握服务器方面关键创建和加密的所有逻辑。





相关问题
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. ...

热门标签