登录
首页 » Visual C++ » Ibe_set

Ibe_set

于 2020-06-29 发布 文件大小:1374KB
0 172
下载积分: 1 下载次数: 91

代码说明:

  IBE基于身份的加密系统的系统叁数程序,使用VC6.0开发(IBE identity-based encryption system of systems Triple the number of procedures, the use of VC6.0 Development)

文件列表:

Ibe_set
.......\big.cpp
.......\big.h
.......\common.ibe
.......\Debug
.......\.....\big.obj
.......\.....\ecn.obj
.......\.....\Ibe_set.exe
.......\.....\Ibe_set.ilk
.......\.....\ibe_set.obj
.......\.....\Ibe_set.pch
.......\.....\Ibe_set.pdb
.......\.....\vc60.idb
.......\.....\vc60.pdb
.......\.....\zzn.obj
.......\.....\zzn2.obj
.......\ecn.cpp
.......\ecn.h
.......\ibe_set.cpp
.......\Ibe_set.dsp
.......\Ibe_set.dsw
.......\Ibe_set.ncb
.......\Ibe_set.opt
.......\Ibe_set.plg
.......\master.ibe
.......\miracl.h
.......\mirdef.h
.......\ms32.lib
.......\zzn.cpp
.......\zzn.h
.......\zzn2.cpp
.......\zzn2.h

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • ResOrg_src
    AES128bit加密算法。在PDF文档中有详细算法描述(AES128bit encryption algorithm. PDF documents are detailed in the algorithm description)
    2011-09-06 13:01:42下载
    积分:1
  • DESsystem
    说明:  DES加密算法,C++编写,有界面有录像,写的很详细的大项目(DES encryption algorithm, C++ written, there is a video interface, written in large projects in great detail)
    2011-04-10 21:12:01下载
    积分:1
  • daiti
    基本古典密码设计——周期为3的多表代替密码的设计和实现(Basic classical cipher design)
    2011-12-14 11:04:59下载
    积分:1
  • Crypt_Vmpc
    VMPC加密解密算法。已对x86优化,其他平台也可用。(VMPC encryption and decryption algorithms. Has been optimized for x86, other platforms are also available.)
    2013-07-15 18:51:17下载
    积分:1
  • MixedCS
    说明:  混合加密系统,支持多种加密方式混合加密系统,支持多种加密方式(Hybrid encryption system)
    2010-03-19 10:25:50下载
    积分:1
  • AES_CMAC
    通过C语言实现的AES CMAC加密和解密算法。上传文件为完整的VC6工程目录。AES加密算法即密码学中的高级加密标准(Advanced Encryption Standard,AES),又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院 (NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。AES 算法基于排列和置换运算。排列是对数据重新进行安排,置换是将一个数据单元替换为另一个。AES 使用几种不同的方法来执行排列和置换运算。 AES 是一个迭代的、对称密钥分组的密码,它可以使用128、192 和 256 位密钥,并且用 128 位(16字节)分组加密和解密数据。与公共密钥密码使用密钥对不同,对称密钥密码使用相同的密钥加密和解密数据。通过分组密码返回的加密数据的位数与输入数据相同。迭代加密使用一个循环结构,在该循环中重复置换和替换输入数据。(AES CMAC encryption and decryption algorithm C language. VC6 upload files to complete the project directory . AES encryption algorithm that is Cryptography Advanced Encryption Standard (Advanced Encryption Standard, AES), also known as Rijndael encryption method, a block encryption standard adopted by the U.S. federal government . This standard is used to replace the original DES, has been widely analyzed and multi used around the world . After five years of the selection process , the Advanced Encryption Standard by the American National Institute of Standards and Technology (NIST) on November 26, 2001 Posted in FIPS PUB 197, and May 26, 2002 became effective standards . AES algorithm based on permutation and substitution operations. Data re- arrangement is arranged , is replaced with a replacement unit of data to another . AES using several different methods to perform alignment and replacement operations. AES is an iterative , symmetric key block password , it can use 128, 192, and )
    2021-03-11 19:09:25下载
    积分:1
  • h2
    将天骄2服务端的加密文本文件与生成的软件放在同一目录下,点击批量转换, 完成后会在同目录下生成一个名为temp的文件夹,其中存放的就是转换后的文件. 因为加密和解密的规则完全相同,所以加密过程和解密过程相同, 也就是说如果原来的文件存放的是原文,转换后就会生成密文,如果原来是密文,转换后生成原文. 适用于天骄2,凤舞天骄的所有版本服务端.(The the Tianjiao 2 server encrypted text file in the same directory with the generated software, click on the batch conversion finished, it will generate a folder named temp in the same directory, which store the converted file encryption and decryption rules are identical, so the encryption and decryption process is the same, that is to say if the original file is stored in the original conversion will generate the ciphertext, if the original ciphertext, conversion generated text. apply to tianjiao, all of Fung Mo tianjiao, the version of the server.)
    2013-04-27 11:47:04下载
    积分:1
  • ECC
    椭圆曲线的实现(ECC),椭圆曲线算法是代数几何、数论等多个数学分支的一个交叉点,一直被人们认为是纯理论学科。而椭圆曲线密码体制,是基于椭圆曲线离散对数问题的一种公钥密码体制(Realization of elliptic curves (ECC), elliptic curve algorithm is algebraic geometry, a number of mathematical intersection of number theory and other branches, has been considered a purely theoretical discipline. The elliptic curve cryptosystem is based on elliptic curve discrete logarithm problem as a public-key cryptosystem)
    2014-05-09 19:32:34下载
    积分:1
  • jiajiemi
    加解密算法的实现,内部包含有多个加解密算法的实现,(Encryption and decryption algorithm, contains a number of internal encryption algorithm,)
    2009-06-14 15:09:55下载
    积分:1
  • AES
    AES-rijndael 算法的详细资料, 包括 AES加密算法中的SBox及其C语言实现.pdf FIPS197(chs).pdf FIPS197.pdf nist.url Rijndael.pdf rijndael算法流程.swf Rijndael算法深入的研究.doc Rijndael算法优化技术研究.doc 公钥密码体制与有限域(2).pdf 一种基于伽罗瓦域的密码系统.pdf(AES-rijndael algorithm detailed information, including the AES encryption algorithm in C language and its SBox realize. PdfFIPS197 (chs). PdfFIPS197.pdfnist.urlRijndael.pdfrijndael flow algorithm. SwfRijndael-depth study of algorithms. DocRijndael algorithm optimization technology research. Doc public key cryptosystem over finite fields and (2). pdf Galois field based on the password system. pdf)
    2008-05-06 17:17:00下载
    积分:1
  • 696518资源总数
  • 105714会员总数
  • 27今日下载