Alexander Bakker
Alexander Bakker
Hey, sorry for the late response. After trying to get your scripts to run for about an hour I eventually gave up. Powershell keeps whining that it can't find SharpTox...
I know, and that's exactly what I did. Anyways I'll rewrite this in C# and see if I can reproduce it.
ToxEncryptionFunctions.PassKeyDecrypt crashes, try to use ToxEncryptionFunctions.PassDecrypt instead
@dmex 6a55876ff9786c30ef4dd17de9e4cd22f6fc1300 I added an overload that uses PassEncrypt and PassDecrypt but that gives me an AccessViolationException as well. Which kind of makes sense because tox_pass_encrypt uses tox_pass_key_encrypt internally. I...
ToxEncryptionFunctions.PassKeyDecrypt crashes, try to use ToxEncryptionFunctions.PassDecrypt instead
It works fine on linux, btw. Which makes this even stranger.
Looks good! Could you squash your commits?
We're pretty happy with the way things look right now. But feel free to play around with this and let us know if you come up with something you think...
@michaelschattgen Curious to hear your thoughts on this.
Yeah, let's do that.
Thanks for the report. You're right, this is an oversight. > I'm aware of the "Import from app" feature, however it fails with "DecodingException: Invalid input length", which is a...