Posted 07 July 2016 - 09: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?
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 on 07 July 2016 - 07:16 PM