Skip navigation.
 
mlRe: Using NSValueTransformer for encryption
FROM : Michael Varlik
DATE : Fri Jan 11 07:45:18 2008

-------- Original-Nachricht --------
> Datum: Fri, 11 Jan 2008 11:38:11 +1030
> Von: Jonathon Mah <<email_removed>>
> An: Michael Varlik <M.<email_removed>>
> CC: <email_removed>
> Betreff: Re: Using NSValueTransformer for encryption


> Hi Michael,
>
> > I belive, that an advantage of this solution would be that there 
> > won't be any decrypted values in the memory footprint of the 
> > application as long as there are any values displayed.
>
>
> Why is this an advantage?
>
> Additionally, even if the values weren't cleartext in memory at any 
> given point, the encrypted values along with the decryption code and 
> key would be.
>

Hi Jonathon,

this would only be an advantage, if you remove the key as well after
it's been used. There's still a small time frame where the key is stored in memory - but this is the same with the unencrypted values.

Best regards,
Michael

>
>
> Jonathon Mah
> <email_removed>
>
>
> _______________________________________________
>
> Cocoa-dev mailing list (<email_removed>)
>
> Please do not post admin requests or moderator comments to the list.
> Contact the moderators at cocoa-dev-admins(at)lists.apple.com
>
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/cocoa-dev/m.<email_removed>
>
> This email sent to m.<email_removed>


--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

Related mailsAuthorDate
mlUsing NSValueTransformer for encryption Michael Varlik Jan 10, 09:32
mlRe: Using NSValueTransformer for encryption Keary Suska Jan 10, 17:26
mlRe: Using NSValueTransformer for encryption Michael Varlik Jan 10, 21:29
mlRe: Using NSValueTransformer for encryption Keary Suska Jan 10, 22:27
mlRe: Using NSValueTransformer for encryption mmalc crawford Jan 10, 22:34
mlRe: Using NSValueTransformer for encryption Jonathon Mah Jan 11, 02:08
mlRe: Using NSValueTransformer for encryption Michael Varlik Jan 11, 07:45
mlRe: Using NSValueTransformer for encryption Michael Varlik Jan 11, 07:47
mlRe: Using NSValueTransformer for encryption Keary Suska Jan 12, 20:06