代码搜索结果

找到约 743 项符合 Solar 的代码

alpha-4k.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Architecture specific parameters for Alpha with slow L2 cache. */ #ifndef _JOHN_ARC

x86-mmx.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Architecture specific parameters for x86 with MMX. */ #ifndef _JOHN_ARCH_H #define

loader.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Password database management. */ #ifndef _JOHN_LOADER_H #define _JOHN_LOADER_H #in

status.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Status information management routines. */ #ifndef _JOHN_STATUS_H #define _JOHN_STA

formats.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Supported ciphertext formats management. */ #ifndef _JOHN_FORMATS_H #define _JOHN_F

config.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Configuration file loader. */ #ifndef _JOHN_CONFIG_H #define _JOHN_CONFIG_H /* *

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

alpha-4k.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Architecture specific parameters for Alpha with slow L2 cache. */ #ifndef _JOHN_ARC

x86-mmx.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Architecture specific parameters for x86 with MMX. */ #ifndef _JOHN_ARCH_H #define

mailer

#!/bin/sh # # This file is part of John the Ripper password cracker, # Copyright (c) 1996-98 by Solar Designer # if [ $# -ne 1 ]; then echo "Usage: $0 PASSWORD-FILE" exit 0 fi # There's no need to