代码搜索结果
找到约 667 项符合
Solar 的代码
des_std.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2000 by Solar Designer
*/
/*
* "Standard" (non-bitslice) DES implementation.
*/
#ifndef _JOHN_DES_STD_H
#define
math.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* 64 bit integer math functions.
*/
#ifndef _JOHN_MATH_H
#define _JOHN_MATH_H
typede
ppc.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2000 by Solar Designer
*/
/*
* Architecture specific parameters for PowerPC.
*/
#ifndef _JOHN_ARCH_H
#define _JO
bf_std.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2000 by Solar Designer
*
* This implementation is compatible with OpenBSD bcrypt.c (version 2a)
* by Niels Provos
bench.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99 by Solar Designer
*/
/*
* Cracking algorithm benchmark.
*/
#ifndef _JOHN_BENCH_H
#define _JOHN_BENCH_H
#incl
bf_std.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2000 by Solar Designer
*/
/*
* OpenBSD-style Blowfish-based password hash implementation.
*/
#ifndef _JOHN_BF_ST
list.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#include
#include
#include "memory.h"
#include "list.h"
void list_in
batch.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Batch cracker.
*/
#ifndef _JOHN_BATCH_H
#define _JOHN_BATCH_H
#include "loader.h"
single.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* "Single crack" mode.
*/
#ifndef _JOHN_SINGLE_H
#define _JOHN_SINGLE_H
#include "lo
charset.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99 by Solar Designer
*/
#include
#include
#include
#include "arch.h"
#include "mis