-
这是RC5算法的ASM实现,效率很高,可以直接用到工程中去
这是RC5算法的ASM实现,效率很高,可以直接用到工程中去-This is the RC5 algorithm ASM realization of very efficient and can be used directly on projects to
- 2022-02-25 07:12:49下载
- 积分:1
-
An ethernet bridge / VPN program for windows
An ethernet bridge / VPN program for windows-An ethernet bridge/VPN program for windows
- 2022-01-25 14:11:37下载
- 积分:1
-
RegistTimes RegistDays时间限制控制控件。(有源代码)工作在:D2 D3 D4 D5。作者:Mats Asplund。...
RegistTimes RegistDays时间限制控制控件。(有源代码)工作在:D2 D3 D4 D5。作者:Mats Asplund。-RegistTimes RegistDays controls time limit control. (Source code) in: D2 D3 D4 D5. Author: Mats Asplund.
- 2022-05-26 16:42:39下载
- 积分:1
-
古典加密delphi源码,几种长用得加密算法,大学的时候学的!...
古典加密delphi源码,几种长用得加密算法,大学的时候学的!-Classical encryption delphi source, several long-used encryption algorithm, when the university to learn!
- 2022-10-27 11:45:05下载
- 积分:1
-
用C写的两个安全算法DES和MD5
水平有限
大家多指教
用C写的两个安全算法DES和MD5
水平有限
大家多指教-C wrote two security MD5 and the DES algorithm is limited enlighten everyone
- 2022-05-14 13:11:51下载
- 积分:1
-
encrpt
加密解决算法,有兴趣的可以瞧瞧,不太清楚如何使用-encrpt
- 2022-07-20 17:30:42下载
- 积分:1
-
TSecurity提供登陆/注销/修改口令的控件。(有源代码)工作在:D1 D2 D3 D4 D5。作者:Ma Jun...
TSecurity提供登陆/注销/修改口令的控件。(有源代码)工作在:D1 D2 D3 D4 D5。作者:Ma Jun-TSecurity provide landing/cancellation/Modify password controls. (Source code) work: D1 D2 D3 D4 D5. Author: Ma Jun
- 2023-03-31 17:45:04下载
- 积分:1
-
delphi6写的CRC32的加密算法。 另有付加例子程序
delphi6写的CRC32的加密算法。 另有付加例子程序-Delphi6 CRC wrote the encryption algorithm. Another example of pay increase procedures
- 2023-04-28 01:25: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
-
crc32加密算法,希望对大家有帮助,多多支持
crc32加密算法,希望对大家有帮助,多多支持-CRC32
- 2022-08-10 18:43:32下载
- 积分:1