MumbleSharp icon indicating copy to clipboard operation
MumbleSharp copied to clipboard

Decryption always returns null

Open martindevans opened this issue 10 years ago • 1 comments

CryptState.Decrypt (used on line 87 of MumbleConnection.cs) always returns null because some internal checksumming does not work. There's presumably a bug in the implementation of the decryption.

martindevans avatar Jul 18 '14 13:07 martindevans

This will be a good resource for testing crypto: https://github.com/mumble-voip/mumble/blob/master/src/tests/TestCrypt.cpp

martindevans avatar Jul 18 '14 15:07 martindevans