Re: Encrypt a string
Re: Encrypt a string
- Subject: Re: Encrypt a string
- From: Andrea Salomoni <email@hidden>
- Date: Fri, 18 Nov 2005 12:34:07 +0100
Thank very much Martin,
Yes I agree...
So do you think is better to write in a hidden file... but how can I
create it?
I usually use NSFileManager class to create a file or a directory...
is there any method to do it with hidden file?
Thank again
Yorh
Il giorno 18/nov/05, alle ore 12:13, Martin Hairer ha scritto:
If for example I have to write a serial number in a plist file
isn't better to write in a place that is difficult to access by user?
In principle, yes, but it's a bad idea to try to write it in a
place that you simply can't
write to ;-) There is no guarantee that you can write to the
application bundle. You
can write for example to an invisible file in the Preferences or
the Application Support
folder, it will be just as "difficult" for the average user to find
it. (Those who really want
to find it will be able to whatever you are doing, so there's no
point wasting your time
trying to be tremendously clever.) Regards,
Martin
HairerSoft
http://www.hairersoft.com/
_______________________________________________
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