-
16c84
基于16C84做的智能卡程序,可以实现智能设置。-16C84-based smart card to do the procedure, you can realize the smart set.
- 2022-02-06 11:45:31下载
- 积分:1
-
MD5生成器,可以生成字符串或文件的MD5值
MD5生成器,可以生成字符串或文件的MD5值-MD5 Generator can generate the MD5 string or document the value of
- 2022-04-13 06:52:13下载
- 积分:1
-
IBE加密算法的入门文章Identity
IBE加密算法的入门文章Identity-Based Encryption from the Weil Pairing-IBE encryption algorithm of the article Introduction to Identity-Based Encryption from the Weil Pairing
- 2022-07-04 15:47:08下载
- 积分:1
-
使用Windows加密API的例子
使用Windows加密API的例子-Example for using windows api of encrypting
- 2022-03-12 20:43:50下载
- 积分:1
-
DES加密算法是应用很普遍的加密算法,本源代码是一个实现des加密揭密的演示程序。...
DES加密算法是应用很普遍的加密算法,本源代码是一个实现des加密揭密的演示程序。
- 2023-08-24 05:55:04下载
- 积分:1
-
迷源
alsmds;lasmd asld aksmda akms;as amskd afbkaj ahf ahsva hashn agdkamns hsa dMYBAMSNV AMSHBM khdanb smashnva mscaksjn fvamsvahsvn ancbkajb cmanskjanb ca kjab scmn askan cka kajbamnb ahn c。
- 2022-03-30 14:21:53下载
- 积分:1
-
md5是常用的加密算法,但是在vc中没有系统的类可以用。本程序完成了md5类,使用简单。不是国内网上流传的类。...
md5是常用的加密算法,但是在vc中没有系统的类可以用。本程序完成了md5类,使用简单。不是国内网上流传的类。-md5 is a commonly used encryption algorithm, but in vc no class system can be used. This procedure was completed md5 categories, using a simple. Rather than domestic circulating online class.
- 2023-06-24 19:00:04下载
- 积分:1
-
极好的加密程序,DES的接班人,源码是DEHLPHI的Pascal,编译后可直接运行...
极好的加密程序,DES的接班人,源码是DEHLPHI的Pascal,编译后可直接运行-Excellent encryption, DES s successor, is DEHLPHI source of Pascal, the compiler can be run directly
- 2023-07-04 04:20:02下载
- 积分:1
-
98快速整体文档搜索程序
98快速的全盘文件查找程序-98 fast overall document search procedures
- 2023-01-24 00:30:04下载
- 积分: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