35714 - Why is this number 5 characters? What is the function of this number? If this is a date, then show me the converter program?
You could find out yourself by looking at the source code of the first bitcoin2john.py:
https://github.com/openwall/john/blob/89bf80fbd6df52ae7d04d94b3c3a826000b30549/run/bitcoin2john.py
cry_master : 71fe0d4dc27b24dcd1ea6639d644e8daeff04c38e30d05f0a74b17d28f25667e
len(cry_salt): 16
cry_salt : df6cabc03425d39a
cry_rounds : 35714
len(ckey): 96
ckey : 8c4ef4ce5ba442673a21d89afdc1810c653e0615c1e2537d7f61a0e03ecc152c47771b863d3b399894ba9086f1e7f261
len(public_key): 130
public_key : 04ffaa7a530a04504856eff814839320835cdec5dc446ee4811fc3db490a1a986013e6dff24d5f0c908e5dac7f0be8c7fd523de8e91eae27fba3e851dd0272daab
There are no hashes in the above numbers.
Some test vectors, including some with 5-digit number of rounds, as well as what happens with all these values, can be found here:
https://github.com/openwall/john/blob/bleeding-jumbo/src/bitcoin_fmt_plug.c
The exact decryption can be seen here.
How the number of rounds is set can be seen here.
You have done a great job and proved to me that these 5 or 6 characters will not help in any way to speed up the decryption of the wallet password.
If the password setting date was encrypted in these 5-6 characters, then this would help to find out if the wallet is fake or not. Thank You Good Luck!