Passphrase

Solved by me.

Challenge Info

Pasted image 20220911175546


Solution

First I ran the program by itself, it asked me for a password then quit on incorrect entry: pass-1 Then I ran the program through ltrace. Here it appeared to show me the string it was comparing my entry to: Pasted image 20220911175642 I attempted to use this string as the passphrase, it was successful: pass-2


Next: Authenticator