Jump to content




LTLS - Custom TLS Protocol for Computercraft


1 reply to this topic

Poll: LTLS - Custom TLS Protocol for Computercraft

Would you be interested in seeing an implementation of this?

You cannot see the results of the poll until you have voted. Please login and cast your vote to see the results of this poll.
Vote Guests cannot vote

#1 The Crazy Phoenix

  • Members
  • 136 posts
  • LocationProbably within 2 metres of my laptop.

Posted 07 July 2016 - 08:15 PM

LTLS, short for Lua Transport Layer Security, aims to provide the highest possible level of security to any network application while still allowing it to manage transmitted messages. It allows neither sniffing nor forgery. In 2 days, I've got most of the code written, although I have tested little of it (see README.md in repository).

Here is the specification: https://github.com/C...ecification.txt

You're welcome to submit issues on the repository if you can find any security flaws with the current specification.
In my current implementation, I'm using SquidDev's implementation of AES.

Is there a specific RFC for AES? If so, could someone give me its number?

Edited by CrazyPyroEagle, 07 July 2016 - 08:16 PM.


#2 Luca_S

  • Members
  • 407 posts
  • LocationGermany

Posted 20 July 2016 - 02:59 PM

Tbh I don't think this will work. The problem is the RSA, you won't be able to work with high numbers and acceptable speeds in CC so this will be insecure(If you want you can take a look at 1lann's RSA). He also demonstrates how insecure it is and it already takes ages to create a key and about 2 seconds to encrypt/decrypt. Also we are talking about 256 Bit keys, and today everything over 2048 bit is secure.

Edited by Luca_S, 17 August 2016 - 08:47 AM.






1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users