Posts: 14
Threads: 1
Joined: Nov 2024
Thank you so much - I would never of got this far without you. It is a simple password however;
C:\Users\Tom>john.exe hash.txt
'john.exe' is not recognized as an internal or external command,
operable program or batch file.
C:\Users\Tom>
Posts: 14
Threads: 1
Joined: Nov 2024
C:\Users\Tom\john-1.9.0-jumbo-1-win64\run>john C:\Users\Tom\SQLite\hash.txt
Warning: detected hash type "notes", but the string is also recognized as "notes-opencl"
Use the "--format=notes-opencl" option to force loading these as that type instead
Using default input encoding: UTF-8
Loaded 1 password hash (notes, Apple Notes [PBKDF2-SHA256 AES 128/128 SSE4.1 4x])
Cost 1 (iteration count) is 20000 for all loaded hashes
Will run 4 OpenMP threads
Proceeding with single, rules:Single
Press 'q' or Ctrl-C to abort, almost any other key for status
Warning: Only 10 candidates buffered for the current salt, minimum 16 needed for performance.
Almost done: Processing the remaining buffered candidate passwords, if any.
Warning: Only 13 candidates buffered for the current salt, minimum 16 needed for performance.
Proceeding with wordlist:password.lst, rules:Wordlist
I've got this far!
Posts: 108
Threads: 1
Joined: Apr 2023
okay, if you add --format=notes-opencl to your command, it should be faster. Learn hashcat, make costum wordlist of known password you can think and use rules, sorry cant help today anymore gtg.
Posts: 14
Threads: 1
Joined: Nov 2024
So when using command line, I will add john C:\Users\Tom\SQLite\hash.txt to make it work - what would the command line look if I was to use --format=notes-opencl ? I have tried some variations and nothing is working.