-
sha1摘要算法 简单易懂 测试已通过 将文件进行散列加密处理
sha1摘要算法 简单易懂 测试已通过 将文件进行散列加密处理-sha1 digest algorithm simple test has been passed to deal with file hash encryption
- 2023-06-29 18:35: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算法,实现给一个512bir数据块加密,程序有详细的注释,
md5算法,实现给一个512bir数据块加密,程序有详细的注释,-md5 algorithm, to realize a data block encryption 512bir, procedures have detailed notes,
- 2022-04-18 22:49:48下载
- 积分:1
-
RSA small program source random
RSA的小程序,源码产生随机素数调用方法:N.GetPrime(bits)返回值:N被赋值为一个bits位(0x100000000进制长度)的素数-RSA small program source random-number call methods : N. GetPrime (bits) Returns : N has been assigned a bits- (0x100000000 band length) of prime numbers
- 2022-01-31 11:54:04下载
- 积分:1
-
著名的l0pht代码!
著名的l0pht代码!-famous l0pht code!
- 2022-03-13 20:18:19下载
- 积分:1
-
des差分密码分析实现源代码
des差分密码分析实现源代码-des differential cryptanalysis achieve source code
- 2022-12-20 13:05:04下载
- 积分:1
-
加密算法,java上的加密算法,对大家应该用帮助的一个加密算法。...
加密算法,java上的加密算法,对大家应该用帮助的一个加密算法。-encryption algorithm, java on the encryption algorithm, we should be used to help an encryption algorithm.
- 2022-02-11 21:53:59下载
- 积分:1
-
基于 RSA 密码
基于 RSA 密码,我写在 C# 语言中。本软件为越南人的。With 这个软件,you 可以加密和解密文本与 p,q 汽车或者你可以选择 p,q 随机。
- 2023-04-26 00:55:02下载
- 积分:1
-
这是密码学的一个常用算法rifndael算法,unix环境下的,对于学习密码学很有帮助啊。...
这是密码学的一个常用算法rifndael算法,unix环境下的,对于学习密码学很有帮助啊。-This is a cryptographic algorithm used rifndael algorithm, unix environment. learning cryptography helpful ah.
- 2022-12-17 19:15:02下载
- 积分:1
-
text encryption and decryption
文本加密和解密
- 2022-09-21 03:50:03下载
- 积分:1