▍1. SM2椭圆曲线公钥密码算法
SM2 密码算法说明,介绍了SM2国密算法标准,并给出了实例。(SM2 Cryptographic algorithm description)
SM2 密码算法说明,介绍了SM2国密算法标准,并给出了实例。(SM2 Cryptographic algorithm description)
说明: SM2 密码算法说明,介绍了SM2国密算法标准,并给出了实例。(SM2 Cryptographic algorithm description)
使用维吉尼亚矩阵进行对明文的加密以及解密。(Vigenere matrix is used to encrypt and decrypt plaintext.)
说明: 使用维吉尼亚矩阵进行对明文的加密以及解密。(Vigenere matrix is used to encrypt and decrypt plaintext.)
SM2签名功能和验签测试SM3摘要功能测试(SM2-signature-creation-and-verification-master)
说明: SM2签名功能和验签测试SM3摘要功能测试(SM2-signature-creation-and-verification-master)
说明: c语言 SM2 SM3 SM4算法实现 ,直接运行(c language SM2 SM3 SM4 implementation)
1、掌握典型的分组密码算法(如DES、AES、IDEA、SERPENT等)加、解密原理; 2、能够编写程序实现算法的加、解密。(1. Master the encryption and decryption principles of typical block cipher algorithms (such as DES, AES, IDEA, SERPENT, etc.). 2. Encryption and decryption of algorithm can be realized by programming.)
说明: 1、掌握典型的分组密码算法(如DES、AES、IDEA、SERPENT等)加、解密原理; 2、能够编写程序实现算法的加、解密。(1. Master the encryption and decryption principles of typical block cipher algorithms (such as DES, AES, IDEA, SERPENT, etc.). 2. Encryption and decryption of algorithm can be realized by programming.)
Author: Niels Ferguson, Bruce Schneier @ 2011
国密算法sm2、sm3、sm4的c语言实现(Domestic cryptography algorithm sm2 sm3 sm4)
sm2签名验签C语言源码,供大家学习之用(sm2 sign verify,it can work correctly.)
版本:SM2N1 EncIV1.1 日期:SEP 272016 描述:SM2加密算法和解密算法的实现(Version: SM2_ENC_V1.1 Date: Sep 27,2016 Description: implementation of SM2 encryption algorithm and decryption algorithm)
C# rsa 与 android 互通。(C # using RAS and Android cau Use)
C语言实现简单的RSA文件加解密 适合初学者(Simple RSA file encryption and decryption in C language Suitable for beginners)
在CP.TXT文件中放入需要加密的内容,或在C.TXT放入需要解密的内容,根据提示操作完成加解密(Add your contents on CP.TXT if you want to encode something or on C.TXT if you want to decode something.Just follow the instruction to encoding or decoding)
DES、RSA、背包、AES、IDEA等各种加密算法的源码(All Kinds Of Encoding Algorithms)
SM2 签名 验签 C 语言实现来做到签名 验证签名 非常好的资源(SM2 signature verification C language implements very good resources for signing signature verification signatures)
AES加解密算法的C语言实现。高级加密标准(英语:Advanced Encryption Standard,缩写:AES),在密码学中又称Rijndael加密法,是美国联邦政府采用的一种区块加密标准。这个标准用来替代原先的DES,已经被多方分析且广为全世界所使用。经过五年的甄选流程,高级加密标准由美国国家标准与技术研究院(NIST)于2001年11月26日发布于FIPS PUB 197,并在2002年5月26日成为有效的标准。2006年,高级加密标准已然成为对称密钥加密中最流行的算法之一。(C language implementation of AES encryption and decryption algorithm)