danielga / gm_crypt

A cryptography module for the game Garry's Mod that uses Crypto++.
https://github.com/danielga/gm_crypt
Other
13 stars 3 forks source link

Question, does this provide both encrypting and decrypting? #6

Closed VaasKahnGrim closed 2 years ago

VaasKahnGrim commented 4 years ago

You already know I'm working on a module for use with my stuff(given you've helped with advice and finding out whats wrong with my code and such)

I was looking for a working example of both SHA512 and AES, both for doing and undoing thise on a string I feed it, that was already designed to be used for gmod. I found 3 so far, 2 versions of gm_hash and then this. the other 2 didn't offer what I needed but this one looks more promising and I was wondering if this had those capabilities?

danielga commented 4 years ago

Both SHA512 and AES (CTR mode) are supported. As for examples, I don't have any. I should probably spend a few minutes writing a simple documentation for the API of the module to help.