代码搜索结果
找到约 667 项符合
Solar 的代码
md5_std.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2000 by Solar Designer
*/
/*
* FreeBSD-style MD5-based password hash implementation.
*/
#ifndef _JOHN_MD5_STD_H
misc.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99 by Solar Designer
*/
#include
#include
#include
#include
#include
mips32.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2000 by Solar Designer
*/
/*
* Architecture specific parameters for MIPS 32-bit.
*/
#ifndef _JOHN_ARCH_H
#define
external.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99 by Solar Designer
*/
/*
* External mode support.
*/
#ifndef _JOHN_EXTERNAL_H
#define _JOHN_EXTERNAL_H
#inclu
tty.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99 by Solar Designer
*/
/*
* Terminal support routines.
*/
#ifndef _JOHN_TTY_H
#define _JOHN_TTY_H
/*
* Initia
path.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2000 by Solar Designer
*/
#include
#include "misc.h"
#include "params.h"
#include "memory.h"
#include "
des_bs.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2000 by Solar Designer
*/
/*
* Bitslice DES implementation.
*/
#ifndef _JOHN_DES_BS_H
#define _JOHN_DES_BS_H
#i
symlink.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Symlink emulation for Win32.
*/
#include
#include
#define M
sparc.sh
#!/bin/sh
#
# This file is part of John the Ripper password cracker,
# Copyright (c) 1996-2000 by Solar Designer
#
[ $# -eq 3 ] || exit 1
MAKE=$1
HAMMER=$2
DES_DEPEND=$3
# Detect the best non-bitsl
math.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#include "arch.h"
#include "math.h"
void add32to64(int64 *dst, unsigned int src)
{
unsign