搜索资源列表
DES
- 一个实现DES加解密算法的小程序,编程实现DES算法的加密过程、脱密过程和16个内部密钥生成过程-An implementation of DES encryption and decryption algorithm applet, programming encryption algorithm DES implementation process, from secret process and the 16 internal key generation process
DES
- DES加密软件,采用DES算法,可以对任意文档进行加密解密。 -DES encryption software, using DES algorithm, can be carried out on any document encryption and decryption.
DES
- 使用JAVA实现DES密码加密、解密过程,密钥在程序中能够指定,也可改为用户自己输入-DES implementation using JAVA password encryption, decryption process, the key specified in the procedure can also be changed to the user' s own input
Des
- 一起四个函数 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
DES
- 实现DES加解密,基于MFC对话框窗口。-fffffffffffffffffffffff
des
- des加密与解密算法 CSharp源码-des encryption and decryption algorithm CSharp source
KeyCryptTool
- C#实现的DES解密和加密软件 适合初学者使用-C# to achieve the DES decryption and encryption software to use for beginners
DES
- 实现des加解密图形化界面实现 输入明文得密文 由密文可还原出明文-des cryption and decryption
des
- des 加密解密程序 有界面 可以对任意文件进行加密解密。-des encryption and decryption process on the interface
java_DES加密解密源码
- Java实现des加密解密算法,des加密解密算法(Java implementation of DES encryption algorithm)
3DES DES AES
- .版本 2 ' 关于参数 hexkey, hexiv, hextext, hexresult ' hexkey 选择CryptoJS.enc.Hex.parse(key)或是CryptoJS.enc.Utf8.parse(key) ' hexiv 同上 ' hextext 解密的时候传入base64编码格式或是hex编码格式 ' hexresult 加密的结果为base64编码格式或是hex编码格式(Version 2 'on arguments hexkey, hexi
DES加密解密
- 提供在C#平台下的DES加密算法的DEMO实例。(Provides an DEMO instance of the DES encryption algorithm on the C# platform.)
des加解密算法delphi10.1编译通过
- des加密算法,delphi10.1编译通过,就两个函数,一个加密一个解密,操作简单(DES encryption algorithm, delphi10.1 compiler through, on the two functions, an encryption, a decryption, simple operation)
rtl_vhdl
- DES解密加密源码,已经验证,通过加密解密正确(DES decryption encryption source, has been verified correctly DES decryption encryption source)
DES
- VS2013运行,能够给实现文件和字符串的加密和解密。可以直接复制到Linux上进行编译。(VS2013 runs and can encrypt and decrypt the implementation files and strings.It can be copied directly to Linux for compilation.)
sxy--des
- 对八位字符进行加密与解密(使用时需要建立两个TXT文件,具体请看源代码)(bit characters are encrypted and decrypted (using two TXT files to be used when using the source code))
C++ 利用openssl实现DES的CBC模式加解密
- C++ 利用openssl实现DES的CBC模式加解密(C++ uses OpenSSL to implement CBC mode encryption and decryption of DES)
DES
- DES加密解密MATLAB程序附赠详细解释和各分步结果输出(DES MATLAB encryption and decryption process with detailed explanation and output results of each step)
DES
- 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
DES分组密码
- 利用C++实现DES加密和解密,带有详细实验报告和分析(Using C++ to Encrypt and Decrypt DES)