-
PolarSSL-简单、 安全的通信
PolarSSL 使琐细便于开发者在他们 (嵌入式) 的产品,包括加密和 SSL/TLS 的能力促进这一功能与最小编码的足迹。
- 2022-08-08 05:54:35下载
- 积分:1
-
MD5简单版的杂凑函数;使用C++语言编写
MD5简单版的杂凑函数;使用C++语言编写-MD5 Hash Function
- 2023-02-21 18:30:03下载
- 积分:1
-
windows2000以上自带的加密api
windows2000以上自带的加密api-dpapi的使用例子.-windows2000 above onboard encryption api- dpapi examples of the use.
- 2022-05-31 08:18:26下载
- 积分:1
-
在C++算法源代码
C++写的椭圆曲线加密算法库源码-source code of ECC in C++
- 2022-03-11 12:15:21下载
- 积分:1
-
个人觉得很不错的简单代码,用很少的程序实现,非常值得一看...
个人觉得很不错的简单代码,用很少的程序实现,非常值得一看-in my view, it s a nice and simple code with a few program to achieve the aim. worth to take a look
- 2023-05-01 13:10:03下载
- 积分: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
-
md5 source code, I had the source code but do not know how to use Oh, please enl...
md5的源代码,我下了源代码不过不知道怎么使用哦,请各位大哥多多指教呀!-md5 source code, I had the source code but do not know how to use Oh, please enlighten me a lot of big brother!
- 2022-10-16 03:15:03下载
- 积分:1
-
字符串加密算法
c#程序
String encryption algorithm
字符串加密算法
c#程序
String encryption algorithm-String encryption algorithm c# program String encryption algorithm
- 2022-02-02 07:39:46下载
- 积分:1
-
个人整理的CRC的一些简单基本资料,里面还附带CRC的算法实现(C语言),对新手来说,是一份不错的资料
个人整理的CRC的一些简单基本资料,里面还附带CRC的算法实现(C语言),对新手来说,是一份不错的资料-Personal order of CRC s some simple basic information, which also comes with CRC s algorithm (C language), on the novice, is a good information
- 2023-06-28 09:25:04下载
- 积分:1
-
一个加密的算法。
一个加密的算法。-An encryption algorithm.
- 2022-02-15 03:02:04下载
- 积分:1