-
国密SM2非对称算法实现
基于Openssl算法库实现的SM2算法。实现数字签名和密钥交换,
公钥加密没有实现。全部源代码,需要Openssl库⽀支持,VC⼯工程。
请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报 打分 发表评论 暂无评论
- 2022-04-24 07:20:44下载
- 积分:1
-
本程序是免费软件,您可以重新分配和/或修改
This program is free software you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.-This program is free software you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation either version 2 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
- 2023-09-01 09:20:03下载
- 积分:1
-
对所需要保密的文件进行加密,代码简洁易懂。
对所需要保密的文件进行加密,代码简洁易懂。-right by the need for confidentiality of documents encrypted code easy to read.
- 2022-01-25 19:49:44下载
- 积分:1
-
利用汇编语言实现DES加密算法
利用汇编语言实现DES加密算法-using assembly language to achieve DES encryption algorithm
- 2022-11-02 22:50:03下载
- 积分:1
-
MD5算法完整源码与调用方法
MD5算法完整源码与调用方法-MD5 algorithm source code integrity and call methods
- 2022-06-14 03:25:28下载
- 积分:1
-
a sample algorithm of rsa in langage C
a sample algorithm of rsa in langage C-a sample algorithm of rsa in langage C++
- 2023-02-04 03:10:04下载
- 积分:1
-
des演示算法c++实现
des演示算法c++实现-des algorithm demonstration
implemented by C++
- 2023-05-16 17:05:03下载
- 积分:1
-
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p...
RSA算法 :首先, 找出三个数, p, q, r, 其中 p, q 是两个相异的质数, r 是与 (p-1)(q-1) 互质的数...... p, q, r 这三个数便是 person_key,接著, 找出 m, 使得 r^m == 1 mod (p-1)(q-1)..... 这个 m 一定存在, 因为 r 与 (p-1)(q-1) 互质, 用辗转相除法就可以得到了..... 再来, 计算 n = pq....... m, n 这两个数便是 public_key ,编码过程是, 若资料为 a, 将其看成是一个大整数, 假设 a < n.... 如果 a >= n 的话, 就将 a 表成 s 进位 (s
- 2022-02-06 10:37:53下载
- 积分:1
-
基于 RSA 密码
基于 RSA 密码,我写在 C# 语言中。本软件为越南人的。With 这个软件,you 可以加密和解密文本与 p,q 汽车或者你可以选择 p,q 随机。
- 2023-04-26 00:55:02下载
- 积分:1
-
Written by DES file encryption software, can be used to encrypt the whole docume...
DES写的文件加密软件,可以用于对整个文件进行加密并且设定加密密码来网络传输!-Written by DES file encryption software, can be used to encrypt the whole document and set the encryption password network!
- 2022-02-25 07:00:33下载
- 积分:1