-
加密技术源代码学习加密技术
加密技术源代码学习加密技术-encryption technology to study the source code encryption technology
- 2022-06-20 04:22:55下载
- 积分:1
-
基于CAO方法的ROSSLER方程的嵌入维数选取
基于CAO方法的ROSSLER方程的嵌入维数选取-CAO method based on equation ROSSLER select the embedding dimension
- 2022-08-09 17:11:13下载
- 积分:1
-
讨论了结直肠癌的一代数学算法
讨论了CRC生成的数学算法
- 2022-04-24 05:21:08下载
- 积分:1
-
代码做了什么?有时我们可能希望隐藏我们的文件内容从其他…
What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used(In VB - The same technique can be implemented in "c" also.) Program flow Explained * Open the File to be encrypted for Binary Access Read(Say Source File) * Open a temparory file where encrypted data is stored for Binary Access Write(Say Destination File) * Loop through the Source File Byte by Byte * For each byte read from the file, Complement the data. (Using Not operator (in C we have to use "~" operator) * Write Complemented Data to Destination File * Delete the Source File * Rename Destination file as Source File(Now Encryption is over) -What Does the code DO? Sometimes we may desire to hide our file contents from others.One of the possible way is encrypting these files.Here a simple encryption technique is used (In VB- The same technique can be implemented in
- 2023-06-18 10:00:03下载
- 积分:1
-
一篇数字水印方面的文章。
一篇数字水印方面的文章。-a digital watermark articles on the subject.
- 2022-03-02 11:14:36下载
- 积分:1
-
sha256。256位的sha哈希函数算法,将明文进行散列加密处理。
sha256。256位的sha哈希函数算法,将明文进行散列加密处理。
- 2022-01-25 22:47:04下载
- 积分:1
-
在微软CryptoAPI公共使用
Microsoft CryptoAPI中公私密钥对的使用、HASH算法、数字签名等技术-Microsoft CryptoAPI in the use of public-private key pair, HASH algorithm, digital signature technology
- 2022-12-19 04:50:03下载
- 积分:1
-
多种对称加密算法,非对称加密算法,散列算法的库函数
多种对称加密算法,非对称加密算法,散列算法的库函数-13 hash algorithms: MD2, MD4, MD5, SHA-1, SHA-2(256, 384, 512), RIPEMD128, RIPEMD160, RIPEMD256, RIPEMD320, PANAMA, TIGER
4 checksum algorithms: CRC16, CRC16C, CRC32, ADLER32
12 HMAC algorithms: MD4-HMAC, MD5-HMAC, SHA1-HMAC, SHA256-HMAC, SHA384-HMAC, SHA512-HMAC, RIPEMD128-HMAC, RIPEMD160-HMAC, RIPEMD256-HMAC, RIPEMD320-HMAC, PANAMA-HMAC, TIGER-HMAC.
- 2022-01-20 23:23:34下载
- 积分:1
-
AES加密算法
128位的AES加密算法、可以在FPGA上实现。利用硬件描述语言Verilog实现。各个模块都有,行变换、列混淆、轮密钥加变换、密钥扩展,并且有说明文档PDPF格式的。有完整的测试程序Testbench。特别适合研究AES加密算法的爱好者。
- 2022-03-15 16:40:20下载
- 积分:1
-
LibTomCrypt是一个全面的、可扩展的密码学函数库。包括了各类主要的加密函数,单向摘要函数,伪随机数生成器,公钥加密函数。
你可以在这里下载到源文件及...
LibTomCrypt是一个全面的、可扩展的密码学函数库。包括了各类主要的加密函数,单向摘要函数,伪随机数生成器,公钥加密函数。
你可以在这里下载到源文件及其说明:http://www.libtomcrypt.org
libtomcrypt在C++builder6下编译为tomcrypt.lib
-LibTomCrypt is a comprehensive, scalable cryptography libraries. Including the major types of encryption function, the one-way function summary, the pseudo-random number generator, public key encryption function. You can download the source of the document and its Note : http :// in C www.libtomcrypt.org libtomcrypt builde r6 compiler for tomcrypt.lib
- 2022-10-03 23:55:03下载
- 积分:1