Search found 911 matches

by Ranguna259
Thu Feb 11, 2016 8:44 am
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 411842

Re: "Questions that don't deserve their own thread" thread

That's what I said, compile luacrypto though FFI, but I don't know how to do that either.
by Ranguna259
Wed Feb 10, 2016 9:29 am
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 411842

Re: "Questions that don't deserve their own thread" thread

You don't need to. Just ship the binaries and load them up. You don't have to recompile love for them. The problem is I can't find the binaries anywhere, I can't compile the code on windows and I wasn't talking about recompiling love, I wanted to compile the code through luaJIT's FFI, which would l...
by Ranguna259
Sun Feb 07, 2016 9:18 pm
Forum: General
Topic: Post-0.10.0 feature wishlist
Replies: 177
Views: 91836

Re: Post-0.10.0 feature wishlist

I don't want to tinker that much, but maybe I can bind luacrypto source to love through FFI, but it has dependencies though, so maybe I can't.
by Ranguna259
Sun Feb 07, 2016 8:12 pm
Forum: General
Topic: Post-0.10.0 feature wishlist
Replies: 177
Views: 91836

Re: Post-0.10.0 feature wishlist

It sounds like something that's easy to mess up That's the downside, hackers will exploit every single bit of security schemes and so it's a little complex to come up with something secure, but either way nothing is ever completely secure. That's the reason why https protocols exists, a group of pe...
by Ranguna259
Sun Feb 07, 2016 6:29 pm
Forum: Ports
Topic: Love.js - A Direct Emscripten Port
Replies: 224
Views: 519331

Re: Love.js - A Direct Emscripten Port

Awesome, now all we need is a new online love editor (since the old one broke down..)
by Ranguna259
Sun Feb 07, 2016 6:24 pm
Forum: General
Topic: Information on the game industry
Replies: 19
Views: 9040

Re: Information on the game industry

A two year old topic has been revived, HIDE YO KIDS !
by Ranguna259
Sun Feb 07, 2016 5:51 pm
Forum: General
Topic: Post-0.10.0 feature wishlist
Replies: 177
Views: 91836

Re: Post-0.10.0 feature wishlist

HTTPS support is something I want added. That's good to hear, and how are you planning on doing this, how will the API be structured ? I'd prefer luasec. luasec looks undocumented.. But if you manage to simplify it, that'd be great, it also looks like it doesn't give you direct access to the crypto...
by Ranguna259
Sun Feb 07, 2016 3:52 pm
Forum: General
Topic: Post-0.10.0 feature wishlist
Replies: 177
Views: 91836

Re: Post-0.10.0 feature wishlist

How about some for of cryptography ?
I mean, we can communicate with servers but we have no security whatsoever, how are we supposed to setup a secure connections ?
In an online game that requires account registration, how are we supposed to securely send over data ?

Maybe something like luacrypto.
by Ranguna259
Sat Feb 06, 2016 7:53 pm
Forum: Support and Development
Topic: "Questions that don't deserve their own thread" thread
Replies: 905
Views: 411842

Re: "Questions that don't deserve their own thread" thread

Ranguna259 just find binaries from the interwebs I can't find them anywhere. I give up, LOVE should have some form of cryptography methods. I want to communicate with a server and to make a secure connection I need to setup a Public key cryptograchy scheme, to do this I need cryptography functions ...