-
标准的3DES的源代码
standart Des 3Des soruce code
- 2022-02-05 01:44:52下载
- 积分:1
-
它加密txt文件和cpp文件,并且创建key在你的软盘上,你可以用这个key加密文件.rar...
它加密txt文件和cpp文件,并且创建key在你的软盘上,你可以用这个key加密文件.rar-txt file encryption and cpp files and create key in your floppy disk, you can use this document encryption key. Rar
- 2022-02-13 20:16:22下载
- 积分:1
-
MD5withRSA
说明: 数字签名的基础是公钥和私钥的非对称加密,发送者使用私钥加密消息摘要(签名),接收者使用公钥解密消息摘要以验证签名是否是某个人的。(The foundation of digital signature is asymmetric encryption of public key and private key. The sender encrypts message digest (signature) with private key, and the receiver decrypts message digest with public key to verify whether the signature is someone.)
- 2019-01-15 15:20:41下载
- 积分:1
-
DES加密算法的C++
DES加密算法的C++实现-DES encryption algorithm in C++
- 2023-04-13 06:10:03下载
- 积分:1
-
RSA,MD5的Visual C++源代码v1.2
RSA MD5 VISUAL C++ SOURCE CODE v1.2 - Visual C++ implementation of the RSA MD5 message digest algorithm. Calculates a 32byte checksum for any data sequence. Developed by Langfine Ltd. Note, RSA copyright notices must be adhered to - see the source code for details.Released November 2001-RSA MD5 VISUAL C++ SOURCE CODE v1.2- Visual C++ implementation of the RSA MD5 message digest algorithm. Calculates a 32byte checksum for any data sequence. Developed by Langfine Ltd. Note, RSA copyright notices must be adhered to- see the source code for details.Released November 2001
- 2022-01-27 11:45:11下载
- 积分:1
-
椭圆曲线密码实现
对椭圆曲线进行了很好的实现,包括 combined_math:onb_integer opt_hash poly_hash poly_integer
fast_onb
integer
onb:DH.example ElGamal.example MQV.simple
polymath:basics DH_example ElGamal.example
- 2022-04-06 14:56:19下载
- 积分:1
-
DES
可以对文件进行加解密,这是自己编写的实验作业(Can encrypt and decrypt files, it is their job to prepare experimental)
- 2009-11-09 12:17:02下载
- 积分:1
-
动画演示aes加密的详细步骤,清晰生动,希望能对大家理解加密方法有所帮助...
动画演示aes加密的详细步骤,清晰生动,希望能对大家理解加密方法有所帮助-Animation aes encryption detailed steps, clear and vivid, hoping to help you understand the encryption method
- 2022-06-27 09:31:23下载
- 积分:1
-
md5--加密文件
MD5 算法描述 对 MD5 算法简要的叙述可以为:MD5 以 512 位分组来处理输入的信 息,且每一分组又被划分为 16 个 32 位子分组,经过了一系列的处理后, 算法的输出由四个 32 位分组组成, 将这四个 32 位分组级联后将生成一个 128 位散列值。 在 MD5 算法中,首先需要对信息进行填充,使其字节长度对 512 求 余的结果等于 448。因此,信息的字节长度(Bits Length)将被扩展至 N*512+448,即 N*64+56 个字节(Bytes) ,N 为一个正整数。填充的方 法如下,在信息的后面填充一个 1 和无数个 0,直到满足上面的条件时才 停止用 0 对信息的填充。 请点击左侧文件开始预览 !预览只提供20%的代码片段,完整代码需下载后查看 加载中 侵权举报
- 2023-03-04 16:05:03下载
- 积分:1
-
ECC优化的Matlab实现
ECC加密与解密的实现,并且能够优化椭圆曲线乘法的程序(Implementation of ECC Encryption and Decryption)
- 2021-01-17 16:38:45下载
- 积分:1