Overlooking the weak security provided by DES, I'm looking for a C# implementation of the Unix crypt() function that uses classes/methods in the .net framework's Cryptography namespace.
I found this: http://www.codeproject.com/Articles/9183/A-C-implementation-of-Unix-crypt
But I'm wondering if there's a shorter solution using DESCryptoServiceProvider
, etc.