搜索资源列表
DESandCBC
- DES算法,包含有标准DES算法以及CBC,ECB模式,编译用VC++.-DES algorithm, includes standard DES algorithm and CBC, ECB mode, compile VC.
DES
- des的完整实现,采用ecb模式可直接进行加密和解密的演示-des realize a complete, ecb mode can be directly used for encryption and decryption demo
DES_ECB
- DES encryption decryption with ECB
DES_ECB
- ECB加密 在单片机上已将运行过,是可靠的,请放心使用-AES ECB mode encryption file
DES_ECB
- ECB模式加密 pPlain@指向要加密的明文数据; pEnc@指向加密后返回的密文数据; pKey@指向加密用的密钥; nBlock@要进行加密的块数,1块=8字节。-ECB mode encryption PPlain@ points to the encrypted text data PEnc@ points to the encrypted data returned PKey@ points