Loading...
Searching...
No Matches
Overview

theGuard



UPDATE changes since 21 nov 2023 : 33 files changed, 379 insertions, 522 deletions


SUMMARY aguard - A filter who protects the communication by encrypting the data stream
NEWS FROM: 21 Nov, 2023

Reorganize the theGuard documentation.

Switch names to focus more on the server (aguard).



DETAILS

theGuard is a project started to provide a very simple solution for encrypting communications under theLink.

The technology is based on the existing filter technology in theLink, which links a series of individual, independent executables using "@"

|---------------- local -------------------|---- network ----|-------- remote (DNS) ---------|

client @ aguard --tcp --port XYZ --host DNS ................. aguard --tcp --port XYZ @ server

and thus creates a pipeline which, unlike bash, is bidirectional, i.e. sender and recipient communicate with each other.

theGuard is installed on the client-side and on the server-side, thus encrypting the communication between client and server.

DEPENDENCIES theKernel, theCompiler, theLink

Server

target intro encryption filter-source crypt-source key-source
aguard Introduction Encryption Details Source-Code of "aguard" Source-Code of "aguard" encryption Source-Code of "aguard" key example

Files

README , INSTALL , NEWS, CHANGES