Could somebody do a huge favor for me? I'm looking to have the P6CryptAES dll wrapped. It is a simple job to do...except for the unfortunate fact that I have not touched C or C++ in almost 8 years.
The site for this Dll is here: http://www.wizardwrx...P6CryptAES.html
It has 10 encrypting functions, but only 4 that are needed for use with Game Maker (encrypt and decrypt for 65k string and for any length file). The problem is, these functions take in pointers to strings instead of strings, and GM does not create pointers. Could somebody assist? The source code for that Dll is provided on its site as well as the original dll, and it's so well documented that even I could almost make it work.
This would be a really nice addition to the community. The topic of encryption floats around here from time to time (passing secure network traffic, etc), and I have seen many techniques that do not yield strong encryption. This Dll provides current AES-strength encryption, which would definitively end the need for other algorithms. And, it's licensed under the lesser GPL, so it can be used and distributed freely for commercial works (I know that's an issue that comes up quite a bit).
Thank you thank you!











