Re: [Mono-list] Data Protection

2014-01-04 Thread Edward Ned Harvey (mono)
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 able to

Re: [Mono-list] Data Protection

2014-01-03 Thread Robert Jordan
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

[Mono-list] Data Protection

2014-01-02 Thread Edward Ned Harvey (mono)
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