If you have still administrative access to your farm, you ca set a new passphrase with the following two powershell commands
C:\PS> $passphrase = ConvertTo-SecureString -asPlainText -Force
C:\PS> Set-SPPassPhrase -PassPhrase $passphrase -Confirm
After that, please check if the following timer job was running successfull