搜索资源列表
-
0下载:
设计DLL调用方法EXE 利用到动态链接库编译完BUG中的.lib 和.dll文件,拷贝到创建完成的DESDlltest.exe工程目录下,要看到调用的结果,必须完成加密函数的实现,对输入的明文在输入的密钥后对其进行DES 加密,解密也是DES加密的逆过程!-design EXE DLL call methods used to dynamic link library compiler End of BUG. And lib. Dl l documents, copies of buildin
-
-
0下载:
实现DES界面化,其中包括DES的程序的加密与解密函数,还有检验函数,主要提供了界面化编程-Interface implementation of DES, including DES encryption and decryption process functions, as well as test function, mainly to provide a programming interface
-
-
0下载:
一起四个函数
uses 这个单元就可使用
function EncryStr(Str, Key: String): String
function DecryStr(Str, Key: String): String
function EncryStrHex(Str, Key: String): String
function DecryStrHex(StrHex, Key: String): String
分两队,分别是加密和解密的-With the four
-
-
0下载:
DES加密算法编程实现,MFC基本对话框编写。采用的算法和函数十分经典,完美实现加解密过程。-DES encryption algorithm programming, MFC write basic dialog. The approach and the function is very classic, the perfect realization of encryption and decryption process.
-
-
0下载:
Des算法功能实现,包括单DES算法加密解密和3DES算法加密解密-Des algorithm function, including a single DES encryption and decryption algorithm and 3DES encryption algorithm
-
-
1下载:
main函数文件输入明文,调用秘钥留生成函数(get_k文件)以及加解密函数(encrypt_fcn文件),完成对明文的加密和解密(Encryption and decryption of plaintext are accomplished by inputting main function file into plaintext, calling secret key generation function (get_k file) and encryption and decryptio
-