Long base passwords
#9
Sounds reasonable. Anyone from the wiki maintainers, please copy, the table from oclHashcat and adjust using the following maximum lengths:

Code:
#define PLAIN_SIZE_MD5            55
#define PLAIN_SIZE_SHA1           55
#define PLAIN_SIZE_MYSQL          55
#define PLAIN_SIZE_PHPASS         55
#define PLAIN_SIZE_MD5UNIX        16
#define PLAIN_SIZE_SHA1B64        55
#define PLAIN_SIZE_SHA1B64S       55
#define PLAIN_SIZE_SHA1DJ         55
#define PLAIN_SIZE_MD4            55
#define PLAIN_SIZE_DCC            55
#define PLAIN_SIZE_MD5CHAP        55
#define PLAIN_SIZE_MSSQL          55
#define PLAIN_SIZE_SHA256         55
#define PLAIN_SIZE_MD5APR         16
#define PLAIN_SIZE_SHA512         55
#define PLAIN_SIZE_SHA512UNIX     14
#define PLAIN_SIZE_STDOUT         55
#define PLAIN_SIZE_MD5SUN         55
#define PLAIN_SIZE_OSX1           55
#define PLAIN_SIZE_OSX512         55
#define PLAIN_SIZE_MSSQL2012      55
#define PLAIN_SIZE_DESCRYPT       8
#define PLAIN_SIZE_KECCAK         55
#define PLAIN_SIZE_EPI            55


Messages In This Thread
Long base passwords - by pragmatic - 11-04-2012, 01:53 AM
RE: Long base passwords - by epixoip - 11-04-2012, 03:33 AM
RE: Long base passwords - by pragmatic - 11-04-2012, 08:19 AM
RE: Long base passwords - by epixoip - 11-04-2012, 01:58 PM
RE: Long base passwords - by atom - 11-05-2012, 11:45 AM
RE: Long base passwords - by pragmatic - 11-05-2012, 01:15 PM
RE: Long base passwords - by atom - 11-05-2012, 02:27 PM
RE: Long base passwords - by pragmatic - 11-21-2012, 06:50 PM
RE: Long base passwords - by atom - 11-22-2012, 10:44 AM