搜索资源列表
Skey
- ARM7 LPC213X的按键程序。请高手指教。
Skey
- ARM7 LPC213X的按键程序。请高手指教。-ARM7 LPC213X key procedures. Expert advice please.
s+key
- 一次性口令认证系统SKEY的实现,采用MD5算法对口令进行加密,传递校验码-One-Time Password Authentication System sKey realization, using MD5 algorithm to encrypt passwords, transmission Check Code
DESforVB
- 这个代码好象有问题,Encode(ByRef sCode() As Byte, ByVal sKey As String, ByRef bReturn() As Byte)的 bReturn() 不能返回内容,希望大家调试真确后上传。-DES
skey
- Send key the Enter as Tab
des
- **函数: DesDecString **目的: 解密给定长度的串 **参数: sKey 密钥串. 一般为8个字节长(实际解密时只用其前8个字节) ** nKeyLen 密钥长度. 如果密钥为字符串(以 \0 结尾),值可为0 ** 如果密钥不足8个字节, 密钥串后面不足的字节以 \0 填充 ** sSrc 解密前的串. 为8个倍数字节长 ** nSrcLen 解密前的串长度. 该串长度必须为8的倍数个字节
AVR16
- 在ICCAVR环境下建立项目,并加入源文件,然后编译、连接该项目 用AVR Studio仿真(需选择JTAG ICE)或者将SKEY.HEX烧入单片机-ICCAVR environment in the establishment of the project, and add source file, then compile and link the project with the AVR Studio emulation (
aes
- AES算法,实现对文件加密。包含密码学课程报告 class CRijndael { private: int Nk,Nr,round long Total_Round,Cur_Round char *SourceFileName,*TargetFileName CString source,*target,save CFile Source,Target byte (* Stat
DESforVB
- 这个代码好象有问题,Encode(ByRef sCode() As Byte, ByVal sKey As String, ByRef bReturn() As Byte)的 bReturn() 不能返回内容,希望大家调试真确后上传。-DES
DESforVB
- 这个代码好象有问题,Encode(ByRef sCode() As Byte, ByVal sKey As String, ByRef bReturn() As Byte)的 bReturn() 不能返回内容,希望大家调试真确后上传。-DES
SKEY
- 动态口令认证,skey协议,实现身份鉴别过程。-Dynamic password authentication, skey protocol, identity authentication process.
DES_Encryption
- PHP JAVA C#互通的DES加密解密算法 C#代码 /// <summary> /// 进行DES解密。 /// </summary> /// <param name="pToDecrypt">要解密的串</param> /// <param name="sKey"
SKEY协议的简单模拟
- 模拟 SKEY协议通信过程。SKEY身份认证解决方案,可以有效解决重放攻击。重放攻击是指攻击者通过某种方式在网络连接中获取他人的登陆账户与口令,然后利用它多某个网络资源的访问权限。而现在S/Key协议分配给访问者的口令每次都不同,所以,就可以有效解决口令泄漏问题。因此,可以避免重放攻击。(a simulation of SKEY protocol)