On Feb 9, 2014, at 2:33 PM, SevenBits wrote:
> The idea of what I’m trying to do is create some simple encrypted files on
> the user’s hard drive to hold secret/confidential user data related to my
> application.
How simple? If it's just passwords, or a few hundred bytes of other
confidentia
Il giorno 09/feb/2014, alle ore 23:33, SevenBits ha
scritto:
> I’m looking to add encryption support to an application I’m developing. I
> know that OS X includes a number of libraries and frameworks dedicated to
> encryption (such as Security.framework and OpenSSL) but I’m not sure whether
>
Hi all,
I’m looking to add encryption support to an application I’m developing. I know
that OS X includes a number of libraries and frameworks dedicated to encryption
(such as Security.framework and OpenSSL) but I’m not sure whether I should use
them as opposed to a different library like Crypt