8 projects tagged "Internet"
basE91 is an advanced method for encoding binary data as ASCII characters. It is similar to UUencode or base64, but is more efficient. The overhead produced by basE91 depends on the input data. It amounts at most to 23% (versus 33% for base64) and can range down to 14%, which typically occurs on 0-byte blocks. This makes basE91 very useful for transferring larger files over binary unsafe connections like e-mail or terminal lines.
vpnd is a daemon which connects two networks on network level either via TCP/IP or a (virtual) leased line attached to a serial interface. All data transfered between the two networks are encrypted using the unpatented free Blowfish encryption algorithm with a key length of up to 576 bits (may be downgraded to a minimum of 0 bits to suit any legal restrictions).
MiniMagAsm is minimalistic, but powerful and flexible content management system (CMS). It is a rewrite of MiniMag in assembly language (FASM). As expected, it is a very small and very fast Web application. It has a flexible architecture and is highly customizable by the user without the need for the code to be changed and recompiled. The system uses .txt files to store articles, formatted with a lightweight markup language which is very similar to Markdown. MiniMagAsm is portable CGI application which runs on Windows or Linux Web hosting.
Libconnect is a simple library wrapper written in assembly language that intercepts the calls applications make to establish TCP connections and transparently proxies them as necessary. Existing applications can use this library without any recompilation or modification. If you provide multiple proxies they will be cycled connection after connection.