matwachich Posted June 28, 2019 Share Posted June 28, 2019 Hi! While developping a project that involved heavy local network communications of sensible data (patients medical informations) between an AutoIt3 GUI client and a GoLang server, I cam across the problem of data security on the wire. It was (for me) nearly impossible to combine AutoIt's encryption functions and GoLang ones. So I searched for a C library that would be strong and simple to wrap for the 2 languages. So, I discovered Monocypher. Here is an AutoIt wrapper for It. I think it is complete (encryption, hashing, pasword key derivation, key exchange and public key signature), at last for my use case. https://github.com/matwachich/monocypher-au3 Earthshine 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now