文件名称:mixed-encrypt-system
-
所属分类:
- 标签属性:
- 上传时间:2013-07-20
-
文件大小:5.29mb
-
已下载:1次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
本系统实现了一个基本的混合密码系统。它使用DES作为对称密钥算法,RSA作为公开密钥算法。本系统特点如下:
1:提供了俩个加密接口。混合加密,DES加密。
2:本系统的DES可以进行1次DES加密(标准DES加密)和3次DES加密。它会根据密钥长度,自动选择加密方案。当密钥长度在64位以内时它将使用标准DES加密,当密钥长度超过64位后,系统将设置第2密钥,并启用3次DES加密。其密钥长度可达112位,并且它还具有很强的扩展性,提供了3种加解密接口:文件接口,文件句柄接口(可以供其他加密系统使用,本系统的混合加密模块就是使用这个接口),和内存缓冲区接口。另外它还能检验密钥的正确性,因为加密时,它将加密后的密钥密文也存入文件中,解密时,先用当前密钥解密密钥密文,如果所得的密钥明文与当前密钥相同,则当前密钥应该是正确的。
-This system has realized a basic mixed password system. It uses DES as a symmetric key algorithm, RSA as a public key algorithm. The features of the system are as follows:
1: provides both encryption interface. Hybrid encryption, DES encryption.
2: the system of DES can be 1 times (DES encryption standard DES encryption and DES encryption) 3. It will be based on the key length, automatic encryption scheme. When key length within 64 bits, it will use the standard DES encryption key length, when more than 64 bits, the system will be set up second key, and enable the 3 DES encryption. The key length of 112 bits, and it also has strong expansibility, provides 3 kinds of encryption interface: interface file, the file handle interface (can be used for other encryption, hybrid encryption module of this system is to use this interface), and buffer memory interface. In addition it can check the correctness of the encryption key, because, it will be encrypted key cipher text is stored in the f
1:提供了俩个加密接口。混合加密,DES加密。
2:本系统的DES可以进行1次DES加密(标准DES加密)和3次DES加密。它会根据密钥长度,自动选择加密方案。当密钥长度在64位以内时它将使用标准DES加密,当密钥长度超过64位后,系统将设置第2密钥,并启用3次DES加密。其密钥长度可达112位,并且它还具有很强的扩展性,提供了3种加解密接口:文件接口,文件句柄接口(可以供其他加密系统使用,本系统的混合加密模块就是使用这个接口),和内存缓冲区接口。另外它还能检验密钥的正确性,因为加密时,它将加密后的密钥密文也存入文件中,解密时,先用当前密钥解密密钥密文,如果所得的密钥明文与当前密钥相同,则当前密钥应该是正确的。
-This system has realized a basic mixed password system. It uses DES as a symmetric key algorithm, RSA as a public key algorithm. The features of the system are as follows:
1: provides both encryption interface. Hybrid encryption, DES encryption.
2: the system of DES can be 1 times (DES encryption standard DES encryption and DES encryption) 3. It will be based on the key length, automatic encryption scheme. When key length within 64 bits, it will use the standard DES encryption key length, when more than 64 bits, the system will be set up second key, and enable the 3 DES encryption. The key length of 112 bits, and it also has strong expansibility, provides 3 kinds of encryption interface: interface file, the file handle interface (can be used for other encryption, hybrid encryption module of this system is to use this interface), and buffer memory interface. In addition it can check the correctness of the encryption key, because, it will be encrypted key cipher text is stored in the f
(系统自动生成,下载前可以参看下载内容)
下载文件列表
混合密码系统/d.txt
混合密码系统/DES_binary_key.txt
混合密码系统/DES_binary_key1.txt
混合密码系统/e.txt
混合密码系统/MixedCS.exe
混合密码系统/MixedCS.exe.cryptx
混合密码系统/n.txt
混合密码系统/p.txt
混合密码系统/q.txt
混合密码系统/RSA密钥对/200/d200.txt
混合密码系统/RSA密钥对/200/e200.txt
混合密码系统/RSA密钥对/200/n200.txt
混合密码系统/RSA密钥对/300/d300.txt
混合密码系统/RSA密钥对/300/e300.txt
混合密码系统/RSA密钥对/300/n300.txt
混合密码系统/RSA密钥对/400/d400.txt
混合密码系统/RSA密钥对/400/e400.txt
混合密码系统/RSA密钥对/400/n400.txt
混合密码系统/RSA密钥对/500/d500.txt
混合密码系统/RSA密钥对/500/e500.txt
混合密码系统/RSA密钥对/500/n500.txt
混合密码系统/RSA密钥对/600/d600.txt
混合密码系统/RSA密钥对/600/e600.txt
混合密码系统/RSA密钥对/600/n600.txt
混合密码系统/sos
混合密码系统/sos.txt
混合密码系统/sos.txt.cryptx
混合密码系统/ss.txt
混合密码系统/ss.txt.cryptx
混合密码系统/成员列表.txt
混合密码系统/成员列表.txt.cryptx
混合密码系统/文档.doc
混合密码系统/文档.doc.cryptx
混合密码系统/文档.doc.mcs
混合密码系统/源代码/AboutDlg.cpp
混合密码系统/源代码/AboutDlg.h
混合密码系统/源代码/BigInt.cpp
混合密码系统/源代码/BigInt.h
混合密码系统/源代码/CreditStatic.CPP
混合密码系统/源代码/CreditStatic.H
混合密码系统/源代码/Debug/AboutDlg.obj
混合密码系统/源代码/Debug/AboutDlg.sbr
混合密码系统/源代码/Debug/BigInt.obj
混合密码系统/源代码/Debug/BigInt.sbr
混合密码系统/源代码/Debug/CreditStatic.obj
混合密码系统/源代码/Debug/CreditStatic.sbr
混合密码系统/源代码/Debug/Des.obj
混合密码系统/源代码/Debug/Des.sbr
混合密码系统/源代码/Debug/FileInOut.obj
混合密码系统/源代码/Debug/FileInOut.sbr
混合密码系统/源代码/Debug/GfL.obj
混合密码系统/源代码/Debug/GfL.sbr
混合密码系统/源代码/Debug/Label.obj
混合密码系统/源代码/Debug/Label.sbr
混合密码系统/源代码/Debug/Mcs.obj
混合密码系统/源代码/Debug/Mcs.sbr
混合密码系统/源代码/Debug/MixedCS.bsc
混合密码系统/源代码/Debug/MixedCS.exe
混合密码系统/源代码/Debug/MixedCS.ilk
混合密码系统/源代码/Debug/MixedCS.obj
混合密码系统/源代码/Debug/MixedCS.pch
混合密码系统/源代码/Debug/MixedCS.pdb
混合密码系统/源代码/Debug/MixedCS.res
混合密码系统/源代码/Debug/MixedCS.sbr
混合密码系统/源代码/Debug/MixedCSDlg.obj
混合密码系统/源代码/Debug/MixedCSDlg.sbr
混合密码系统/源代码/Debug/MyFileDialog.obj
混合密码系统/源代码/Debug/MyFileDialog.sbr
混合密码系统/源代码/Debug/Rsa.obj
混合密码系统/源代码/Debug/Rsa.sbr
混合密码系统/源代码/Debug/RsaKeyDlg.obj
混合密码系统/源代码/Debug/RsaKeyDlg.sbr
混合密码系统/源代码/Debug/StdAfx.obj
混合密码系统/源代码/Debug/StdAfx.sbr
混合密码系统/源代码/Debug/vc60.idb
混合密码系统/源代码/Debug/vc60.pdb
混合密码系统/源代码/Debug/Window.obj
混合密码系统/源代码/Debug/Window.sbr
混合密码系统/源代码/Des.cpp
混合密码系统/源代码/Des.h
混合密码系统/源代码/FileInOut.cpp
混合密码系统/源代码/FileInOut.h
混合密码系统/源代码/GfL.cpp
混合密码系统/源代码/GfL.h
混合密码系统/源代码/Label.cpp
混合密码系统/源代码/LABEL.H
混合密码系统/源代码/Mcs.cpp
混合密码系统/源代码/Mcs.h
混合密码系统/源代码/MixedCS.aps
混合密码系统/源代码/MixedCS.clw
混合密码系统/源代码/MixedCS.cpp
混合密码系统/源代码/MixedCS.dsp
混合密码系统/源代码/MixedCS.dsw
混合密码系统/源代码/MixedCS.h
混合密码系统/源代码/MixedCS.ncb
混合密码系统/源代码/MixedCS.opt
混合密码系统/源代码/MixedCS.plg
混合密码系统/源代码/MixedCS.rc
混合密码系统/源代码/MixedCSDlg.cpp
混合密码系统/源代码/MixedCSDlg.h
混合密码系统/源代码/MyFileDialog.cpp
混合密码系统/源代码/MyFileDialog.h
混合密码系统/源代码/res/badge.BMP
混合密码系统/源代码/res/badgename.BMP
混合密码系统/源代码/res/bk1.BMP
混合密码系统/源代码/res/bk2.BMP
混合密码系统/源代码/res/bk3.BMP
混合密码系统/源代码/res/bk4.BMP
混合密码系统/源代码/res/bk5.BMP
混合密码系统/源代码/res/city.BMP
混合密码系统/源代码/res/Hand.cur
混合密码系统/源代码/res/MixedCS.ico
混合密码系统/源代码/res/MixedCS.rc2
混合密码系统/源代码/res/Zhulou.BMP
混合密码系统/源代码/resource.h
混合密码系统/源代码/Rsa.cpp
混合密码系统/源代码/Rsa.h
混合密码系统/源代码/RsaKeyDlg.cpp
混合密码系统/源代码/RsaKeyDlg.h
混合密码系统/源代码/StdAfx.cpp
混合密码系统/源代码/StdAfx.h
混合密码系统/源代码/Window.cpp
混合密码系统/源代码/Window.h
混合密码系统/素数库/p100_1.txt
混合密码系统/素数库/p100_2.txt
混合密码系统/素数库/p100_2.txt.cryptx
混合密码系统/素数库/p150_1.txt
混合密码系统/素数库/p150_2.txt
混合密码系统/素数库/p200_1.txt
混合密码系统/素数库/p200_2.txt
混合密码系统/素数库/p250_1.txt
混合密码系统/素数库/p250_2.txt
混合密码系统/素数库/p300_1.txt
混合密码系统/素数库/p300_2.txt
混合密码系统/RSA密钥对/200
混合密码系统/RSA密钥对/300
混合密码系统/RSA密钥对/400
混合密码系统/RSA密钥对/500
混合密码系统/RSA密钥对/600
混合密码系统/源代码/Debug
混合密码系统/源代码/res
混合密码系统/RSA密钥对
混合密码系统/源代码
混合密码系统/素数库
混合密码系统
混合密码系统/DES_binary_key.txt
混合密码系统/DES_binary_key1.txt
混合密码系统/e.txt
混合密码系统/MixedCS.exe
混合密码系统/MixedCS.exe.cryptx
混合密码系统/n.txt
混合密码系统/p.txt
混合密码系统/q.txt
混合密码系统/RSA密钥对/200/d200.txt
混合密码系统/RSA密钥对/200/e200.txt
混合密码系统/RSA密钥对/200/n200.txt
混合密码系统/RSA密钥对/300/d300.txt
混合密码系统/RSA密钥对/300/e300.txt
混合密码系统/RSA密钥对/300/n300.txt
混合密码系统/RSA密钥对/400/d400.txt
混合密码系统/RSA密钥对/400/e400.txt
混合密码系统/RSA密钥对/400/n400.txt
混合密码系统/RSA密钥对/500/d500.txt
混合密码系统/RSA密钥对/500/e500.txt
混合密码系统/RSA密钥对/500/n500.txt
混合密码系统/RSA密钥对/600/d600.txt
混合密码系统/RSA密钥对/600/e600.txt
混合密码系统/RSA密钥对/600/n600.txt
混合密码系统/sos
混合密码系统/sos.txt
混合密码系统/sos.txt.cryptx
混合密码系统/ss.txt
混合密码系统/ss.txt.cryptx
混合密码系统/成员列表.txt
混合密码系统/成员列表.txt.cryptx
混合密码系统/文档.doc
混合密码系统/文档.doc.cryptx
混合密码系统/文档.doc.mcs
混合密码系统/源代码/AboutDlg.cpp
混合密码系统/源代码/AboutDlg.h
混合密码系统/源代码/BigInt.cpp
混合密码系统/源代码/BigInt.h
混合密码系统/源代码/CreditStatic.CPP
混合密码系统/源代码/CreditStatic.H
混合密码系统/源代码/Debug/AboutDlg.obj
混合密码系统/源代码/Debug/AboutDlg.sbr
混合密码系统/源代码/Debug/BigInt.obj
混合密码系统/源代码/Debug/BigInt.sbr
混合密码系统/源代码/Debug/CreditStatic.obj
混合密码系统/源代码/Debug/CreditStatic.sbr
混合密码系统/源代码/Debug/Des.obj
混合密码系统/源代码/Debug/Des.sbr
混合密码系统/源代码/Debug/FileInOut.obj
混合密码系统/源代码/Debug/FileInOut.sbr
混合密码系统/源代码/Debug/GfL.obj
混合密码系统/源代码/Debug/GfL.sbr
混合密码系统/源代码/Debug/Label.obj
混合密码系统/源代码/Debug/Label.sbr
混合密码系统/源代码/Debug/Mcs.obj
混合密码系统/源代码/Debug/Mcs.sbr
混合密码系统/源代码/Debug/MixedCS.bsc
混合密码系统/源代码/Debug/MixedCS.exe
混合密码系统/源代码/Debug/MixedCS.ilk
混合密码系统/源代码/Debug/MixedCS.obj
混合密码系统/源代码/Debug/MixedCS.pch
混合密码系统/源代码/Debug/MixedCS.pdb
混合密码系统/源代码/Debug/MixedCS.res
混合密码系统/源代码/Debug/MixedCS.sbr
混合密码系统/源代码/Debug/MixedCSDlg.obj
混合密码系统/源代码/Debug/MixedCSDlg.sbr
混合密码系统/源代码/Debug/MyFileDialog.obj
混合密码系统/源代码/Debug/MyFileDialog.sbr
混合密码系统/源代码/Debug/Rsa.obj
混合密码系统/源代码/Debug/Rsa.sbr
混合密码系统/源代码/Debug/RsaKeyDlg.obj
混合密码系统/源代码/Debug/RsaKeyDlg.sbr
混合密码系统/源代码/Debug/StdAfx.obj
混合密码系统/源代码/Debug/StdAfx.sbr
混合密码系统/源代码/Debug/vc60.idb
混合密码系统/源代码/Debug/vc60.pdb
混合密码系统/源代码/Debug/Window.obj
混合密码系统/源代码/Debug/Window.sbr
混合密码系统/源代码/Des.cpp
混合密码系统/源代码/Des.h
混合密码系统/源代码/FileInOut.cpp
混合密码系统/源代码/FileInOut.h
混合密码系统/源代码/GfL.cpp
混合密码系统/源代码/GfL.h
混合密码系统/源代码/Label.cpp
混合密码系统/源代码/LABEL.H
混合密码系统/源代码/Mcs.cpp
混合密码系统/源代码/Mcs.h
混合密码系统/源代码/MixedCS.aps
混合密码系统/源代码/MixedCS.clw
混合密码系统/源代码/MixedCS.cpp
混合密码系统/源代码/MixedCS.dsp
混合密码系统/源代码/MixedCS.dsw
混合密码系统/源代码/MixedCS.h
混合密码系统/源代码/MixedCS.ncb
混合密码系统/源代码/MixedCS.opt
混合密码系统/源代码/MixedCS.plg
混合密码系统/源代码/MixedCS.rc
混合密码系统/源代码/MixedCSDlg.cpp
混合密码系统/源代码/MixedCSDlg.h
混合密码系统/源代码/MyFileDialog.cpp
混合密码系统/源代码/MyFileDialog.h
混合密码系统/源代码/res/badge.BMP
混合密码系统/源代码/res/badgename.BMP
混合密码系统/源代码/res/bk1.BMP
混合密码系统/源代码/res/bk2.BMP
混合密码系统/源代码/res/bk3.BMP
混合密码系统/源代码/res/bk4.BMP
混合密码系统/源代码/res/bk5.BMP
混合密码系统/源代码/res/city.BMP
混合密码系统/源代码/res/Hand.cur
混合密码系统/源代码/res/MixedCS.ico
混合密码系统/源代码/res/MixedCS.rc2
混合密码系统/源代码/res/Zhulou.BMP
混合密码系统/源代码/resource.h
混合密码系统/源代码/Rsa.cpp
混合密码系统/源代码/Rsa.h
混合密码系统/源代码/RsaKeyDlg.cpp
混合密码系统/源代码/RsaKeyDlg.h
混合密码系统/源代码/StdAfx.cpp
混合密码系统/源代码/StdAfx.h
混合密码系统/源代码/Window.cpp
混合密码系统/源代码/Window.h
混合密码系统/素数库/p100_1.txt
混合密码系统/素数库/p100_2.txt
混合密码系统/素数库/p100_2.txt.cryptx
混合密码系统/素数库/p150_1.txt
混合密码系统/素数库/p150_2.txt
混合密码系统/素数库/p200_1.txt
混合密码系统/素数库/p200_2.txt
混合密码系统/素数库/p250_1.txt
混合密码系统/素数库/p250_2.txt
混合密码系统/素数库/p300_1.txt
混合密码系统/素数库/p300_2.txt
混合密码系统/RSA密钥对/200
混合密码系统/RSA密钥对/300
混合密码系统/RSA密钥对/400
混合密码系统/RSA密钥对/500
混合密码系统/RSA密钥对/600
混合密码系统/源代码/Debug
混合密码系统/源代码/res
混合密码系统/RSA密钥对
混合密码系统/源代码
混合密码系统/素数库
混合密码系统
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.