EspressifApp/EspBlufiForiOS

Secret keys are being logged and showing inside log files

Closed this issue · 3 comments

Hello. Will like to point out that secret keys are being logged out for production app in the BlufiClient file.
DH Secret and AES keys are being logged in the negotiateSecurity function. May I suggest wrapping these NSLog within an #if DEBUG scope so that these secret keys are not accidentally displayed in the log files inside a production app.

You are right. I will modify it today.
Thank you.

No problem. :)

Please update here when the fix has been released. Thank you. :)

This was fixed some time ago.