-
aes加密与des加密(包括三重des加密与cbc工作模式)
aes加密与des加密(包括三重des加密与cbc工作模式)-aes encryption and des encryption (including triple-des encryption and cbc mode)
- 2022-06-28 20:31:26下载
- 积分:1
-
简单的密码,适合初学者
简单的 密码问题 初学者-simple passwords for beginners
- 2022-08-20 05:12:35下载
- 积分:1
-
CMAC
在实现AES基础上,用C编写CMAC算法并调试通过。输入数据进行CMAC验证。(In the realization of AES based on the CMAC algorithm written in C and debugging. CMAC input data validation)
- 2014-01-10 16:12:49下载
- 积分:1
-
Base64 加密算法(Author 蒋柏良 Jerry Jiang)
Base64 加密算法(Author 蒋柏良 Jerry Jiang)-*
* DESCRIPTION
* Base64 processes input in 24bit chunks by converting each chunk into 4
* bytes of output. It does so by splitting input into four 6bit groups and
* using these as indexes in the following substitution table-
* const char base64_map[] =
* "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
* "abcdefghijklmnopqrstuvwxyz"
* "0123456789+/"
* If an input is not a multiple of 3 bytes, it s padded with zeros. In
* this case the output bytes that consist entirely of the pad data are
* replaced with = .
*
* Example
* An input of 0x00 0x45 0xF2 is equivalent to 00000000 01000101 11110010
* bit sequence, which s then split into 000000 000100 010111 110010
* and these are substituted to produce the following base64 encoding
* A E X y
*
* RETURN VALUE
* b64_length() should return output length for the input of len bytes.
* b64_encode() should encode len bytes from src int
- 2022-07-18 16:55:26下载
- 积分:1
-
IDEA加密算法(PGP中使用的加密算法)
IDEA加密算法(PGP中使用的加密算法)-IDEA Encryption Algorithm (using PGP encryption algorithm)
- 2022-08-09 22:07:32下载
- 积分:1
-
cyclone ssl源码,可以在各类嵌入式操作系统上移植,包含了多种芯片的底层代码
资源描述使用SSL协议在传输层之上对信息进行加解密,源码为C语言,同时包含了针对各类主流嵌入式操作系统(uc/os-ii,freertos等)的接口,针对各类典型应用,比如TCPIP、DNS、DHCP、snmp都有一脉相承的源码,已成功在RX62N芯片上进行了移植测试。
- 2022-05-21 00:25:14下载
- 积分:1
-
DES encryption algorithm examples of a
DES加密算法实例1-DES encryption algorithm examples of a
- 2022-03-14 07:46:47下载
- 积分:1
-
一个简单的cpp程序,接收一个文件,没有一点
A simple cpp program, that receives a file, does a bit-wise "not" for every character, and adds "not" to the extension. Repeated running does the same and removes the "not" from extension. This a "pseudo-encryption", but very useful to avoid automated filtering software. This way it is possible to send "exe" files (or anything else) without the emails being blocked... First - send the source code, have your (enlightened) recipient compile it, then send the "notted" file.
The code is not very efficient though, I only had 30 minutes to invest... :)-A simple cpp program, that receives a file, does a bit-wise "not" for every character, and adds "not" to the extension. Repeated running does the same and removes the "not" from extension. This is a "pseudo-encryption", but very useful to avoid automated filtering software. This way it is possible to send "exe" files (or anything else) without the emails being blocked... First - send the source code, have your (enlightened) recipient co
- 2022-08-10 05:54:26下载
- 积分:1
-
古典密码算法中的单表代换密码算法、移位密码算法、Vigenere密码算法。算法比较简单,用命令的方式。可以随机生成明文和密钥。...
古典密码算法中的单表代换密码算法、移位密码算法、Vigenere密码算法。算法比较简单,用命令的方式。可以随机生成明文和密钥。-Classical cryptographic algorithm in a single table substitution cipher, transposition cipher, Vigenere cipher. Algorithm is relatively simple, way to use the command. Can be randomly generated and the key explicitly.
- 2022-03-01 11:35:20下载
- 积分:1
-
语音编码文档,将ILBC代码专为硬件时需进行操作及对代码进行优化...
语音编码文档,将ILBC代码专为硬件时需进行操作及对代码进行优化-Speech coding documentation, will be ILBC code specifically for the hardware required to operate and optimize the code
- 2022-04-07 14:07:12下载
- 积分:1