开发者

neural cryptography in C# [closed]

开发者 https://www.devze.com 2023-02-22 08:01 出处:网络
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 11 years ago.

Hello Dears

I'm developing a communication protocol to secure data tr开发者_如何学JAVAansfer over a tcp network. I want to use neural networks to e change the keys.

I found a protocol specification in wikipedia :

http://en.wikipedia.org/wiki/Neural_cryptography#Tree_parity_machine

and an implementation in Delphi :

http://www.codeproject.com/KB/security/Neural_Cryptography1.aspx

and recently A new project in F# :

http://neuralcryptography.codeplex.com

I tried to implement it n C#

using aforge But I think it does not have some necessary features to implement a neural cryptography protocol

Can you help me to implement it in C#?

Thanks


Neural Cryptography (as in the links you posted) is crypto-analysis - using genetic algorithms rather than brute force to search a key space. It seems to be the reverse of what you are wanting to build.

Additionally, to quote your wikipedia article:

As of yet there no practical applications

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号