MumbleSharp
MumbleSharp copied to clipboard
Decryption always returns null
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.
This will be a good resource for testing crypto: https://github.com/mumble-voip/mumble/blob/master/src/tests/TestCrypt.cpp