You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I noticed that Yojimbo (C++) uses mbed tls for encryption, but there wasn't a port to .NET, so you guys couldn't use it. What are your recommendations for how to implement encryption the right way?
I did also notice a matcher written in Golang, and while I love Golang, I'd rather not have to create a system traversing two different stacks. Not to mention, the Golang code for encryption is very difficult to read.
I was looking at using Bouncy Castle, but first wanted to check here.
Thanks in advance for your time.
The text was updated successfully, but these errors were encountered:
richterk
changed the title
mbed tls
Encryption Techniques/Libraries for use with Yojimbo.net
Dec 14, 2019
I noticed that Yojimbo (C++) uses mbed tls for encryption, but there wasn't a port to .NET, so you guys couldn't use it. What are your recommendations for how to implement encryption the right way?
I did also notice a matcher written in Golang, and while I love Golang, I'd rather not have to create a system traversing two different stacks. Not to mention, the Golang code for encryption is very difficult to read.
I was looking at using Bouncy Castle, but first wanted to check here.
Thanks in advance for your time.
The text was updated successfully, but these errors were encountered: