void _des_crypt_decrypt?
#1
I'm working on support for an extra algorithm. The algorithm consists of a few well knows hashing and encryption algorithms. I've successfully implemented most steps, recycling code of a bunch already available OpenCL kernels. However, I'm missing one step: DES decryption.

Perhaps the code is available and was removed by the developers of the DES-based algorithms (1500, 3000 etc.) since it's not used in the specific hash formats. If this is the case, can you please let me know?

Thanks a lot!


Messages In This Thread
void _des_crypt_decrypt? - by John Doe - 07-04-2016, 11:58 PM
RE: void _des_crypt_decrypt? - by atom - 07-05-2016, 08:15 AM
RE: void _des_crypt_decrypt? - by John Doe - 07-05-2016, 08:43 AM
RE: void _des_crypt_decrypt? - by atom - 07-05-2016, 08:56 AM
RE: void _des_crypt_decrypt? - by John Doe - 07-09-2016, 01:17 AM