Is NSLog secure?
Is NSLog secure?
- Subject: Is NSLog secure?
- From: Ben Borofka <email@hidden>
- Date: Mon, 9 May 2005 17:54:30 -0700
I'm writing a program that outputs some sensitive data via NSLog (for
debugging) that shouldn't be visible to the user. Is it OK to leave
all the places I use NSLog where they are, or should I take them out?
Is there anyways the user can grab or sniff what my program is
outputting?
I just use NSLog for debugging purposes when I'm running the program
in Xcode. It's convenient, so I can see what my program is doing, but
if there's anyway someone can get the data that is being output with
NSLog, I need to take it out.
Thanks.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden