代码搜索结果
找到约 743 项符合
Solar 的代码
license
John the Ripper copyright and license.
John the Ripper password cracker,
Copyright (c) 1996-2005 by Solar Designer.
Portions copyright (c) by their respective authors:
Optimized DES S-box expressio
cracker.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99 by Solar Designer
*/
/*
* Cracking routines.
*/
#ifndef _JOHN_CRACKER_H
#define _JOHN_CRACKER_H
#include "lo
list.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98 by Solar Designer
*/
/*
* String list management routines.
*/
#ifndef _JOHN_LIST_H
#define _JOHN_LIST_H
/*
options.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-98,2003 by Solar Designer
*/
/*
* John's command line options definition.
*/
#ifndef _JOHN_OPTIONS_H
#define _JO
logger.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-99,2003 by Solar Designer
*/
/*
* Event logging routines.
*/
#ifndef _JOHN_LOGGER_H
#define _JOHN_LOGGER_H
/*
idle.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2001 by Solar Designer
*/
/*
* Idle priority support routines.
*/
#ifndef _JOHN_IDLE_H
#define _JOHN_IDLE_H
/*
compiler.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2000 by Solar Designer
*/
/*
* Simple C compiler.
*/
#ifndef _JOHN_COMPILER_H
#define _JOHN_COMPILER_H
/*
* Er
params.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2005 by Solar Designer
*/
/*
* Some global parameters.
*/
#ifndef _JOHN_PARAMS_H
#define _JOHN_PARAMS_H
#includ
signals.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2001 by Solar Designer
*/
/*
* Signal handling.
*/
#ifndef _JOHN_SIGNALS_H
#define _JOHN_SIGNALS_H
#include "ar
path.h
/*
* This file is part of John the Ripper password cracker,
* Copyright (c) 1996-2000 by Solar Designer
*/
/*
* Path name expansion routines.
*/
#ifndef _JOHN_PATH_H
#define _JOHN_PATH_H
/*
*