$28 GRAYBYTE WORDPRESS FILE MANAGER $58

SERVER : vnpttt-amd7f72-h1.vietnix.vn #1 SMP Fri May 24 12:42:50 UTC 2024
SERVER IP : 103.200.23.149 | ADMIN IP 216.73.216.22
OPTIONS : CRL = ON | WGT = ON | SDO = OFF | PKEX = OFF
DEACTIVATED : NONE

/opt/alt/php80/usr/include/php/ext/standard/

HOME
Current File : /opt/alt/php80/usr/include/php/ext/standard//md5.h
/*
   +----------------------------------------------------------------------+
   | Copyright (c) The PHP Group                                          |
   +----------------------------------------------------------------------+
   | This source file is subject to version 3.01 of the PHP license,      |
   | that is bundled with this package in the file LICENSE, and is        |
   | available through the world-wide-web at the following url:           |
   | http://www.php.net/license/3_01.txt                                  |
   | If you did not receive a copy of the PHP license and are unable to   |
   | obtain it through the world-wide-web, please send a note to          |
   | license@php.net so we can mail you a copy immediately.               |
   +----------------------------------------------------------------------+
   | Author: Alexander Peslyak (Solar Designer) <solar at openwall.com>   |
   |         Rasmus Lerdorf <rasmus@lerdorf.on.ca>                        |
   +----------------------------------------------------------------------+
*/

#ifndef MD5_H
#define MD5_H

PHPAPI void make_digest(char *md5str, const unsigned char *digest);
PHPAPI void make_digest_ex(char *md5str, const unsigned char *digest, int len);

#include "ext/standard/basic_functions.h"

/*
 * This is an OpenSSL-compatible implementation of the RSA Data Security,
 * Inc. MD5 Message-Digest Algorithm (RFC 1321).
 *
 * Written by Solar Designer <solar at openwall.com> in 2001, and placed
 * in the public domain.  There's absolutely no warranty.
 *
 * See md5.c for more information.
 */

/* MD5 context. */
typedef struct {
	uint32_t lo, hi;
	uint32_t a, b, c, d;
	unsigned char buffer[64];
	uint32_t block[16];
} PHP_MD5_CTX;
#define PHP_MD5_SPEC "llllllb64l16."

PHPAPI void PHP_MD5Init(PHP_MD5_CTX *ctx);
PHPAPI void PHP_MD5Update(PHP_MD5_CTX *ctx, const void *data, size_t size);
PHPAPI void PHP_MD5Final(unsigned char *result, PHP_MD5_CTX *ctx);

#endif

Current_dir [ NOT WRITEABLE ] Document_root [ WRITEABLE ]


[ Back ]
NAME
SIZE
LAST TOUCH
USER
CAN-I?
FUNCTIONS
..
--
24 Sep 2025 5.43 PM
root / 996
0755
base64.h
3.592 KB
24 Sep 2025 5.43 PM
root / 996
0644
basic_functions.h
5.03 KB
24 Sep 2025 5.43 PM
root / 996
0644
basic_functions_arginfo.h
123.785 KB
24 Sep 2025 5.43 PM
root / 996
0644
crc32.h
4.495 KB
24 Sep 2025 5.43 PM
root / 996
0644
crc32_x86.h
1.817 KB
24 Sep 2025 5.43 PM
root / 996
0644
credits.h
1.525 KB
24 Sep 2025 5.43 PM
root / 996
0644
credits_ext.h
5.236 KB
24 Sep 2025 5.43 PM
root / 996
0644
credits_sapi.h
0.815 KB
24 Sep 2025 5.43 PM
root / 996
0644
crypt_blowfish.h
0.771 KB
24 Sep 2025 5.43 PM
root / 996
0644
crypt_freesec.h
0.646 KB
24 Sep 2025 5.43 PM
root / 996
0644
css.h
1.045 KB
24 Sep 2025 5.43 PM
root / 996
0644
datetime.h
1.145 KB
24 Sep 2025 5.43 PM
root / 996
0644
dir_arginfo.h
0.729 KB
24 Sep 2025 5.43 PM
root / 996
0644
dl.h
1.462 KB
24 Sep 2025 5.43 PM
root / 996
0644
dl_arginfo.h
0.263 KB
24 Sep 2025 5.43 PM
root / 996
0644
exec.h
1.273 KB
24 Sep 2025 5.43 PM
root / 996
0644
file.h
3.912 KB
24 Sep 2025 5.43 PM
root / 996
0644
flock_compat.h
2.063 KB
24 Sep 2025 5.43 PM
root / 996
0644
fsock.h
1.218 KB
24 Sep 2025 5.43 PM
root / 996
0644
head.h
1.528 KB
24 Sep 2025 5.43 PM
root / 996
0644
hrtime.h
2.307 KB
24 Sep 2025 5.43 PM
root / 996
0644
html.h
2.349 KB
24 Sep 2025 5.43 PM
root / 996
0644
html_tables.h
472.263 KB
24 Sep 2025 5.43 PM
root / 996
0644
info.h
22.942 KB
24 Sep 2025 5.43 PM
root / 996
0644
md5.h
1.92 KB
24 Sep 2025 5.43 PM
root / 996
0644
pack.h
1.048 KB
24 Sep 2025 5.43 PM
root / 996
0644
pageinfo.h
1.152 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_array.h
2.245 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_assert.h
1.185 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_browscap.h
1.108 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_crypt.h
1.37 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_crypt_r.h
1.64 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_dir.h
1.282 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_dns.h
2.581 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_ext_syslog.h
1.247 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_filestat.h
2.11 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_fopen_wrappers.h
1.794 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_http.h
1.442 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_image.h
2.096 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_incomplete_class.h
2.146 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_lcg.h
1.312 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_mail.h
2.163 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_math.h
3.547 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_mt_rand.h
1.808 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_net.h
1.136 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_password.h
2.772 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_rand.h
2.995 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_random.h
1.871 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_smart_string.h
1.134 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_smart_string_public.h
1.141 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_standard.h
1.911 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_string.h
3.959 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_uuencode.h
1.177 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_var.h
3.408 KB
24 Sep 2025 5.43 PM
root / 996
0644
php_versioning.h
1.183 KB
24 Sep 2025 5.43 PM
root / 996
0644
proc_open.h
1.662 KB
24 Sep 2025 5.43 PM
root / 996
0644
quot_print.h
1.226 KB
24 Sep 2025 5.43 PM
root / 996
0644
scanf.h
1.95 KB
24 Sep 2025 5.43 PM
root / 996
0644
sha1.h
1.533 KB
24 Sep 2025 5.43 PM
root / 996
0644
streamsfuncs.h
1.11 KB
24 Sep 2025 5.43 PM
root / 996
0644
url.h
2.09 KB
24 Sep 2025 5.43 PM
root / 996
0644
url_scanner_ex.h
2.317 KB
24 Sep 2025 5.43 PM
root / 996
0644
user_filters_arginfo.h
0.964 KB
24 Sep 2025 5.43 PM
root / 996
0644

GRAYBYTE WORDPRESS FILE MANAGER @ 2026 CONTACT ME
Static GIF