代码搜索结果

找到约 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

afs_fmt.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ #include #include "arch.h" #include "misc.h" #include "params.h" #include "DES_

batch.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ #include #include "params.h" #include "signals.h" #include "loader.h" #include "

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 #include

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