[Mono-dev] Mono Encryption

Martin Thwaites monoforum at my2cents.co.uk
Thu Oct 16 19:20:52 UTC 2014


Hi All,

In my latest endeavour to get the aspnetwebstack functioning on mono, I've
found that the MachineKey.Protect and Unprotect classes aren't implemented.

So, I've tried to put together something that would work, but not something
that meets all the information supplied on MSDN page (e.g. framework
options).

My question is, I'm piggybacking on the MachineKey.Encrypt/Decrypt methods,
is this sufficient to be accepted by the community?

Here's the start of what I'm putting together.

https://github.com/martinjt/mono/blob/mvc_fixes/mcs/class/System.Web/System.Web.Security/MachineKey.cs

So, would a pull along these lines by accepted, or do all the requirements
of the MSDN page need to be met?

I'm not asking for a review of the pull right now as I need to check
against coding standards, and add some more unit tests, just whether a half
baked (but working) implementation is acceptable.

Thanks,
Martin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.ximian.com/pipermail/mono-devel-list/attachments/20141016/39ec548e/attachment.html>


More information about the Mono-devel-list mailing list