搜索资源列表
基于密码技术的MobileAgent系统安全问题解决方案
- Agent技术的研究起源于人工智能领域。由于Agent具有自治性、智能性、反应性、主动性等优点,因此越来越受到人们的重视,并被广泛应用于网络技术和分布式计算。Agent技术很好的解决了网络间任务分配及合作的问题,但Agent系统实际应用时的安全问题一直没有得到很好的解决。本文设计了一个可实际应用的Mobile Agent系统安全问题解决方案,该方案可以有效解决实际运行中Agent系统的安全认证及安全通信问题。最后介绍了该方案在个性化E-learning系统中的实际应用情况。-Agent tech
modmule_verilog
- 实现乘法后取模运算,已调试好的。可以应用在通信加解密算法中-after realizing multiplication of modular, a good debugger. Can be used in communications encryption algorithm
knjm
- 一个利用异或加密算法的程序,有较好的界面,同时可以进行解密运算。名称为可逆加密。可以对任何文件进行全代码异或,同时可使用其他通信工具传输异或密码。达到文件传输的安全性。-The use of an XOR encryption algorithm program, and a better interface, while the decryption. The name of the reversible encryption. Any document can be full code XO
G711_dsPIC33F
- G711在dsPIC33FJ256GP506下的应用,可用于语音通信方面-G711 in the next dsPIC33FJ256GP506 applications, can be used for voice communications
20040615
- 针对基于IBC的无线Ad hoc网络中的密钥管理存在的安全威胁,本文在分析所有节点均可以移动的无线网络组通信安全需求的基础上提出了分层的分布式组密钥管理框架。-For the IBC-based wireless Ad hoc network security threats exist in key management, this paper analysis of all nodes can be mobile wireless network group communication ba
CanbeimplementedonsinglechipvoiceChaoticSecureComm
- 针对目前数字混沌保密方法中计算量大的不足,提出了一种可在单片机上实现的改进混沌保密方法,并将该方法用于数字语音混沌保密通信。-Can be implemented on single chip voice Chaotic Secure Communication
encrypt
- 主要是实现数据加密与解密。可使用MD5算法对密码进行加密、对数据报进行加密保障通信的安全、对文档进行加密和加密-Mainly for data encryption and decryption. Can use the MD5 algorithm to encrypt passwords, data encryption to protect communications reported the safety of the document encryption and encryption
DES
- 自己开发的一个des加密算法,可用作网络通信方面,希望对大家有帮助-Their development of a des encryption algorithm can be used as network communications, we want to help
nijuzhen
- 任意逆矩阵程序算法,可以对通信数据加密,保密性好。-Inverse matrix algorithm any program that can encrypt the communication data, privacy is good.
shipinjiami
- 数据通信中对数据信息进行加密的代码,可以直接拿去使用,安全可靠。-Data communications data encryption on the code, you can take it directly to use, safe and reliable.
BjMwCpuPurchase1.0
- 1. 符合《中国金融集成电路(IC)卡规范》、《中国金融集成电路(IC)卡应用规范》。 2. 数据文件支持二进制文件、定长记录文件、变长记录文件、循环定长记录文件。 3. 支持符合银行规范的电子钱包、电子存折功能。 4. 支持DES、Triple DES等加密算法,并支持用户特有的安全加密算法的下载。 5. 支持线路加密、线路保密功能,防止通信数据被非法窃取或篡改。 6. 可用作安全保密模块,使用过程密钥实现加密、解密。 -1 in line with the
TCP-Encryption-and-decryption
- “中兴捧月”活动中“密码传情”写了几种加密算法与解密算法,并通过socket客户端与服务器通信。实现信息的加密传输-vc socket network communication environment, and provides several encryption and decryption algorithms, the contents will be sent encrypted. Provide client and server side, the two communicate
PKE-System-Based-on-AES-Algorithm
- 市场上车门无钥匙进入(Passive Keyless Entry,PKE)系统成本高、种类少、应用灵活度低,大部分汽车无法配备。 本文在AES加密算法的基础上,提出了一种类似于滚动加密算法(KEELOQ)的通信安全协议,并应用于无钥匙进入系 统,既降低了成本,又保证了通信安全,且更具灵活性。 关键词:无钥匙进入;AES;加密-Keyless entry door on the market (Passive Keyless Entry, PKE) system is high
RSA-
- 本程序实现网络安全通信中的消息数字签名及认证,同时对通信消息进行RSA加密。程序可自主设定加密密钥及各种参数!对密码编程者很有帮助!-The program s secure communications network a message digital signatures and authentication, and RSA encryption of communication messages. Encryption program can be set independently
md5
- 实现了MD5加密解密功能,对传送的消息可以实现很好的匿名保护,保护通信中的安全。-MD5 encryption and decryption functions, messages can be sent by anonymous protection, security to protect communications.
DES1
- 实现了DES加密解密功能,对传送的消息可以实现很好的匿名保护,保护通信中的安全-DES encryption and decryption functions, messages can be sent by anonymous protection, security to protect communications.
Centralized-symmetric-key
- 完成集中式对称密钥的分配工作 说明:作为通讯的双方A和B,都已经分别和KDC拥有会话密钥Ka和Kb,但A、B之间事先没有保密通道,需要依赖KDC为它们的会话分配临时密钥Ks。在完成会话密钥Ks的分配后,A利用Ks对特定文件(test-1.txt)进行加密,并发送给B;B利用Ks对密文进行解密,并对比解密后的明文信息同原来的文件是否一致。 要求: (1)JAVA语言编程实现,基于DES完成对称密码技术的加/解密(JAVA有库函数支持); (2)通信内容为一文本文件(test-1.t
RSA
- 完成基于公钥证书的非对称密钥分配工作 说明: (1)作为通讯的双方A和B,都有一个共同信赖的第三方CA,由CA为每个人生成公钥证书和相应的私钥并分发给A、B。 (2)A和B分别将自己的公钥证书提供给对方后,分别在本地验证对方公钥证书是否可靠(假定A、B已经获得CA的公钥),然后A用B的公钥加密一个数据X(整型,可自己定义,比如100)并发送给B,B用自己的私钥解密后得到数据X,然后按协商好的函数F(比如F(X)=2*X)计算得到F(X),再利用A的公钥加密后发送给A;A在本地用自己的
AES
- 串口通信,CAN 通信的开源数据的一种加解密算法-Serial communications, an open source data encryption and decryption algorithm for CAN communication