Does Console.app also log passwords

consolekeychainlogspasswordSecurity

I'm a newb of OS X (or any flavor of *Nix for that matter) so this came to mind lately.. As the Console.app logs every single process that's running, does to also mean passwords & such are also logged aside from Keychain?

I noticed for example, when creating a Workflow in Automator and telling it to follow your moves; it will also log any password you enter along the way in plaintext..

Is this the case, and if so, isn't this a security risk?

Thx in advance!

Best Answer

No, Console won’t log any of your passwords. It only logs normal process activity like load, errors, warnings, etc.

Certain user activity that can causes a major change in the program’s behaviour will also be logged. Opening and saving documents is one such activity.

Automator logs your password because it doesn’t know you are entering your password; it only knows that keyboard input is being received. Recording actions in Automator is very literal. It records the points being clicked, not the buttons. It records the delay between two actions; it does not detect if a previous action has completed or not. Similarly, it records the buttons being pressed, not what those buttons do or even if the key presses are for a text field or a game.