> From: mono-list-boun...@lists.ximian.com [mailto:mono-list-
> boun...@lists.ximian.com] On Behalf Of Robert Jordan
>
> Mono's ProtectedData implementation for Unix is storing the involved
> keypairs in user's profile (~/.config/.mono/keypairs).
> This means that at least the superuser will be ab
On 02.01.2014 15:15, Edward Ned Harvey (mono) wrote:
In Windows, it's well documented what and how the DPAPI works. You
can protect (encrypt) data to a specific user account (or machine)...
And it's protected by the user's login credentials.
How does this work in mono? If you use the Protected
In Windows, it's well documented what and how the DPAPI works. You can protect
(encrypt) data to a specific user account (or machine)... And it's protected by
the user's login credentials.
How does this work in mono? If you use the ProtectedData class, how secure is
your data? (Regular users