代码搜索结果

找到约 667 项符合 Solar 的代码

des_bs.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001,2005 by Solar Designer */ /* * Bitslice DES implementation. */ #ifndef _JOHN_DES_BS_H #define _JOHN_DES_BS_

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

memory.c

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

loader.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2000,2003,2005 by Solar Designer */ #include #include #include #include

charset.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-2001,2005 by Solar Designer */ /* * Charset file generation. */ #ifndef _JOHN_CHARSET_H #define _JOHN_CHARSET_H

unafs.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1998,2005 by Solar Designer */ #include #include "misc.h" #define DB_ENTRY_SIZE 200 void process_entry(un

cracker.c

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

wordlist.c

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-99,2003,2004 by Solar Designer */ #include #include #include #include