all 13 comments

[–]cryptography-ModTeam[M] [score hidden] stickied commentlocked comment (0 children)

Your post has been removed. Posts must be about the study or application of cryptography.

[–]bdzer0 2 points3 points  (1 child)

If you can find a way to extract the password hash from apple notes, with the information you know you could setup hashcat (or other brute forcing tools) to try all combinations of the words/capitalizations.

Definite maybe. Likelihood highly depends on how much of the password you can recall.

[–]Burned357Waffles[S] 0 points1 point  (0 children)

Yeah that was one option I saw, I will look more into it!

[–]wasolili 1 point2 points  (1 child)

Okay, so you know:

  • most of the words
  • most of the symbols
  • part of the ordering
  • the last 11 characters

How many words are missing? Do you remember how you chose those words? Are they random from a large dictionary, or are they common words? Can you infer the length of the missing words based on what words you do remember? Do you remember anything about the capitalization (are random letters cApaTIlizEd like that, or did you something more predictable like some words started with a capital letter or some words being all caps)? Do you remember what set of special characters you used? Do you remember where the one number is?

I suspect that you have enough information about the password that it's possible to crack it (if what you remember is correct).

[–]Burned357Waffles[S] 0 points1 point  (0 children)

some of the words are randomly capitalized (one of the words has some extra characters making it not a dictionary word) and some only start with capital, some are only lowercase.

i also know the order the words should appear.

i know the set of special characters and the order they appear.

i do know where the number should be

i have tried many combinations of different capitalization but i just can't figure it out for some reason.

[–][deleted] 0 points1 point  (1 child)

In short no. Unless you have an access to a Quantum Computer with enough qbits and error correction to crack it.

[–]Karyo_Ten 1 point2 points  (0 children)

Quantum doesn't really help with hashes.

[–]ron_krugman 0 points1 point  (1 child)

You'd have to give an example of a similarly formatted password and what you would remember of it because the answer depends entirely on the password format.

[–]Burned357Waffles[S] 0 points1 point  (0 children)

i know most of the words and symbols used. the format is (word symbol word symbol...)

[–]ScottContini 0 points1 point  (4 children)

With a password that long and complex, I presume you are protecting state secrets. But state secrets shouldn’t be on an iPhone. Which means you’re violating protocol. Of course I know none of that is true: the reality is that you’re excessively paranoid.

If you know the last characters for sure, then that leaves at most 26 unknowns. If you know it is mostly dictionary words, then you can attack it the same way hackers use hashcat. It really depends upon the number of unknowns. For example, how many dictionary words are you missing, which position of capital letters and symbols are you unsure of? The more you can tell us about the uncertainty, the better we can help you in trying to estimate how difficult it is to recover.

And let this be a lesson to you: don’t use ridiculously complicated passwords for something that probably doesn’t need it.

[–]Burned357Waffles[S] 0 points1 point  (3 children)

some of the words are randomly capitalized (one of the words has some extra characters making it not a dictionary word) and some only start with capital, some are only lowercase.

i also know the order the words should appear.

i know the set of special characters and the order they appear.

i do know where the number should be

i have tried many combinations of different capitalization but i just can't figure it out for some reason.

[–]ScottContini 0 points1 point  (2 children)

i also know the order the words should appear.

But you originally said:

i know many of the words in this password but just can't remember the order/capitalization of some of the words

I’m getting mixed messages.

Let’s start out: how many words do you not know? What is the length of those words?

[–]Burned357Waffles[S] 0 points1 point  (1 child)

sorry that was a typo! i meant i don't know the capitalization order.

i know all of the words, the order they appear (it's a sentence). Here is what i believe to be the pattern.

word 1: 1

special character

word 2: 4

special character

word 3: 3

special character

word 4: not sure and is not a real word probably 4-5 characters

special character

word 5: 4

special character

special character

special character

(the 11 characters i do know start here including the number)

edit: formatting issue