Skip to content

None encryption module

Balazs Bucsay edited this page May 16, 2018 · 4 revisions

Security level: No Security
Type: N/A
Cipher: N/A
Key Exchange: N/A

Introduction

This module does not touch the data stream. The data flow will not be encrypted if this module is set. This comes handy for development and other cases. Please consider using the basic or advanced encryption modules if you are transmitting sensitive data.

When to use

There are several use cases when it is recommended to use this "encryption" module, for example:

  • During development
  • When already encrypted channels are used for data transmission (over SSH or RDP)
  • On internal networks where it is unlikely that the connection is intercepted
  • In scenarios that are performance sensitive

Configuration

[Encryption]
module = none

Pretty simple, not much to explain on it.

XFLTReaT wiki pages

Clone this wiki locally