I’m auditing old Delphi app that my company is maintaining. Delphi app is connecting to Oracle SQL. Is it possible to decrypt this password? I know what password is. I want to verify in case of source code leak, password will also leak.
object OraSessReport: TOraSession
Username = 'xxx'
Server = 'xxx'
Connected = True
LoginPrompt = False
Left = 32
Top = 279
EncryptedPassword =
'xxx' +
'xxx'
end