Hot Search : Source embeded web remote control p2p game More...
Location : Home Search - des ecb
Search - des ecb - List
本程序封装了一个加解密模块. 使用时直接调用其中的函数即可.- This procedure has sealed a Canadian decipher module When use directly transfers function then
Update : 2025-02-17 Size : 27kb Publisher : Panbingjin

这是一个DES加解密的C程序。其中实现了一重DES、三重DES、DES的两种工作模式:ECB和CBC。-This is a DES encryption and decryption of the C program. With an emphasis on the realization of DES, Triple DES, DES two operating modes : ECB and the CBC.
Update : 2025-02-17 Size : 34kb Publisher : 宋亚平

DES算法,包含有标准DES算法以及CBC,ECB模式,编译用VC++.-DES algorithm, includes standard DES algorithm and CBC, ECB mode, compile VC.
Update : 2025-02-17 Size : 85kb Publisher : 谢志东

利用DES算法(包括ECB和CBC模式)加解密BMP图像-using DES algorithm (including the ECB and the CBC mode) encryption BMP images
Update : 2025-02-17 Size : 294kb Publisher : pouch

DL : 0
在vc++上实现的des算法。并且能对任何文件进行加密,加密模式是ECB来加密的。-In vc++ To achieve the des algorithm. And any document can be encrypted, encryption mode is ECB to encryption.
Update : 2025-02-17 Size : 282kb Publisher : 方慧

DES加密方法加密BMP图像,ECBC方式实现。-DES encryption BMP image encryption method, ECBC way.
Update : 2025-02-17 Size : 63kb Publisher : Rex

DL : 0
des的完整实现,采用ecb模式可直接进行加密和解密的演示-des realize a complete, ecb mode can be directly used for encryption and decryption demo
Update : 2025-02-17 Size : 124kb Publisher : qqtt

DL : 0
使用DES算法;可以指定使用DES、2DES或者3DES算法;可以对任意的文件进行加密和解密,加密后文件扩展名为.des,可以指定使用ECB,CBC,CFB,OFB,CTR的任意一种模式; -The use of DES algorithm can specify the use of DES, 2DES or 3DES algorithm can arbitrary file encryption and decryption, encryption, named after the file extension. Des, you can specify the use of ECB, CBC, CFB, OFB, CTR arbitrary a model
Update : 2025-02-17 Size : 59kb Publisher : huqiuping

自己编写的DES加密/解密完整源程序, Windows界面.是用VC6MFC编写的.包括ECB和CBC两种模式.-I have written DES encryption/decryption complete source code, Windows interface. VC6MFC is prepared. Including the ECB and CBC mode.
Update : 2025-02-17 Size : 57kb Publisher :

对称/分组密码一般分为流加密(如OFB、CFB等)和块加密(如ECB、CBC等)。对于流加密,需要将分组密码转化为流模式工作。对于块加密(或称分组加密),如果要加密超过块大小的数据,就需要涉及填充和链加密模式,文中提到的ECB和CBC等就是指链加密模式。 本文将要介绍了AES对称加密/分组加密/流密码及其ECB、CBC、CFB、OFB和CTR五种对称加密模式。-Symmetric/block ciphers are generally divided into stream encryption (eg, OFB, CFB, etc.) and block encryption (such as ECB, CBC, etc.). For streaming encryption, block cipher needs to be translated into the work flow model. The encryption block (or block cipher), If you want to encrypt the data block size more than on the need to involve filling and chain encryption mode, the text referred to, such as ECB and CBC encryption mode refers chain. This paper will be introduced the AES symmetric encryption/packet encryption/stream cipher and the ECB, CBC, CFB, OFB and CTR mode in five symmetric encryption.
Update : 2025-02-17 Size : 374kb Publisher : 王纪

DL : 0
DES的加密算法,基于五种方式的实现,分别是CBC,ECB,CFB,OFB,CTR-DES encryption algorithm, based on the realization of five ways, namely CBC, ECB, CFB, OFB, CTR
Update : 2025-02-17 Size : 57kb Publisher : 白风

DES encryption decryption with ECB
Update : 2025-02-17 Size : 1kb Publisher : kishan

des的C语言版本,带自检程序。ecb模式实现。-des of the C language version, with self-test procedures
Update : 2025-02-17 Size : 203kb Publisher : snail

DL : 0
可以实现CBC和ECB的DES加密解密算法的matlab程序- A matlab program which can decrypt and crypt the DES algorithm in CBC and ECB mode
Update : 2025-02-17 Size : 8kb Publisher : 赵昊宸

DL : 0
DES加密源码,cbc ecb模式,强力推荐-DES encryption source code, cbc ecb mode, strongly recommended
Update : 2025-02-17 Size : 12kb Publisher : jack

DES 工作的基本原理是,其入口参数有三个:key、data、mode。 key为加密解密使用的密钥,data为加密解密的数据,mode为其工作模式.当模式为加密模式时,明文按照64位进行分组,形成明文组,key用于对数据加密,当模式为解密模式时,key用于对数据解密.DES的过程是:加密前,先将明文分成64位的分组,然后将64位二进制码输入到密码器中.密码器对输入的64位码首先进行初始置换,然后在64位主密钥产生的16个子密钥控制下进行16轮乘积变换,接着再进行末置换,即可得到64位已加密的密文.-The basic principles of the DES work, the entrance to the three parameters: key, data, mode. key for encryption decryption key data encryption and decryption of data, the mode of its working mode. mode encryption mode expressly grouped in accordance with 64 formed expressly Group, the key used for data encryption, when the mode is decryption mode, the key used to decrypt the data. DES process is: prior to encryption, the first plaintext is divided into 64 grouping, and then the 64-bit binary code input to the password in the first 64 yards of the password input initial replacement, and 64 of the master key 16 subkeys under the control of the 16 product transformation, followed by the end of replacement, you can get 64 encrypted ciphertext.
Update : 2025-02-17 Size : 311kb Publisher : joe

DES_简单图形界面,可以直接对文件在图形界面进行操作,默认输出加解密文件-DES encryption
Update : 2025-02-17 Size : 13kb Publisher : sun

DL : 0
这是一个用java语言实现的完整的Des ECB加解密算法-This is a complete implementation using Java language Des encryption algorithm, the ECB
Update : 2025-02-17 Size : 2kb Publisher : Luo

DL : 0
应用ECB和CBC两种操作模式分别完成DES(Two modes of operation, ECB and CBC, are applied to complete the DES)
Update : 2025-02-17 Size : 259kb Publisher : wzt11

DL : 0
该DES加密器实现了一重DES的五种加密模式,即ECB、CBC、CFB、OFB、CRT。 为了减小文件长度,已删除了Debug目录,解压缩后可以自行编译生成。(The DES encrypt implements five encryption modes of a heavy DES, namely, ECB, CBC, CFB, OFB, and CRT. In order to reduce the length of the file, the Debug directory has been deleted, and it can be compiled and generated by itself after the decompression.)
Update : 2025-02-17 Size : 56kb Publisher : 曦凡
« 12 3 4 »
CodeBus is one of the largest source code repositories on the Internet!
Contact us :
1999-2046 CodeBus All Rights Reserved.