-
Notifications
You must be signed in to change notification settings - Fork 69
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
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.
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
[Encryption]
module = none
Pretty simple, not much to explain on it.
XFLTReaT 2017-2020 Balazs Bucsay @xoreipeip
- Home - Introduction to XFLTReaT
- The framework - The framework explained
- Installation - How to install the tool
- Configuration - How to configure the framework
- Operating System support - See the supported Operating Systems
- Transport modules - Explanation of the transport modules
- Authentication modules - Explanation of the authentication modules
- Encryption modules - Explanation of the encryption modules
- Use Cases - Examples use cases
- Development - How to develop for the framework