代码搜索结果

找到约 667 项符合 Solar 的代码

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

ppc.h

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

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

bench.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Cracking algorithm benchmark. */ #ifndef _JOHN_BENCH_H #define _JOHN_BENCH_H #incl

bf_std.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Standard OpenBSD Blowfish implementation. */ #ifndef _JOHN_BF_STD_H #define _JOHN_B

list.c

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

batch.h

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

single.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * "Single crack" mode. */ #ifndef _JOHN_SINGLE_H #define _JOHN_SINGLE_H #include "lo

charset.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

md5_std.h

/* * This file is part of John the Ripper password cracker, * Copyright (c) 1996-98 by Solar Designer */ /* * Standard FreeBSD MD5 implementation. */ #ifndef _JOHN_MD5_STD_H #define _JOHN_MD5_S