vtTLS stands for vulnerability-tolerant Transport Layer Security.
An implementation of the OpenSSL protocol with redundant channels to mask vulnerabilities.
MultiTLS adds two layers of encryption so that the communication is secure even if a vulnerability is found in one of the layers. It does so using a tunneling approach that allows using multiple layers of encryption without modifying existing applications.
- André Joaquim - Development of the vtTLS library - GitHub
- Ricardo Moura - Development of MultiTLS - the vtTLS tool - GitHub
This project is licensed under the MIT License - see the LICENSE file for details