Dictionary character limit?
#10
Quote:
(11-06-2017, 01:11 AM)Tasselhoff Wrote: If you know what the secret is, couldn't you just create a file with it appended to the string, and use something to work out the hash
Of course you can, but he tries to find the secret.

Yup, I edited. Depending on the character set used in the secret it could be a relatively quick operation to iterate through in bash. You could even break the set into separate scripts based on, say, the first character and run them in parallel. You wouldn't get the parallelism of a GPU, but the problem set is relatively small (e.g. 26^5 for lower case only, IIRC).


Messages In This Thread
Dictionary character limit? - by knightwolf - 10-29-2017, 01:22 AM
RE: Dictionary character limit? - by atom - 10-29-2017, 11:10 AM
RE: Dictionary character limit? - by knightwolf - 10-31-2017, 07:21 AM
RE: Dictionary character limit? - by Flomac - 11-01-2017, 02:29 PM
RE: Dictionary character limit? - by knightwolf - 11-02-2017, 06:45 AM
RE: Dictionary character limit? - by Flomac - 11-02-2017, 11:16 AM
RE: Dictionary character limit? - by knightwolf - 11-04-2017, 08:25 AM
RE: Dictionary character limit? - by Tasselhoff - 11-06-2017, 01:11 AM
RE: Dictionary character limit? - by knightwolf - 11-08-2017, 03:06 AM
RE: Dictionary character limit? - by undeath - 11-06-2017, 01:16 AM
RE: Dictionary character limit? - by Tasselhoff - 11-06-2017, 01:43 AM
RE: Dictionary character limit? - by Tasselhoff - 11-10-2017, 06:27 PM