代码搜索结果
找到约 667 项符合
Solar 的代码
x86.s
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* x86 assembly routines.
*/
#include "arch.h"
#ifdef UNDERSCORES
#define DES_IV _
times.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Workaround a DJGPP time functions problem which could cause the system
* date not to
wordlist.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Wordlist cracker.
*/
#ifndef _JOHN_WORDLIST_H
#define _JOHN_WORDLIST_H
#include "l
alpha.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Architecture specific parameters for Alpha.
*/
#ifndef _JOHN_ARCH_H
#define _JOHN_A
john.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
#include
#include
#include
#include "arch.h"
#include "mis
alpha.s
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Alpha assembly routines.
*
* These are optimized for EV4 (21064, 21066), not EV5 (2
recovery.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Crash recovery routines.
*/
#ifndef _JOHN_RECOVERY_H
#define _JOHN_RECOVERY_H
#inc
des_std.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* Standard DES implementation.
*/
#ifndef _JOHN_DES_STD_H
#define _JOHN_DES_STD_H
#i
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
bf_std.c
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*
* This implementation is compatible with OpenBSD bcrypt.c (version 2a)
* by Niels Provos