Showing 292 open source projects for "rfc"

View related business solutions
  • Top-Rated Free CRM Software Icon
    Top-Rated Free CRM Software

    216,000+ customers in over 135 countries grow their businesses with HubSpot

    HubSpot is an AI-powered customer platform with all the software, integrations, and resources you need to connect your marketing, sales, and customer service. HubSpot's connected platform enables you to grow your business faster by focusing on what matters most: your customers.
  • Red Hat Ansible Automation Platform on Microsoft Azure Icon
    Red Hat Ansible Automation Platform on Microsoft Azure

    Red Hat Ansible Automation Platform on Azure allows you to quickly deploy, automate, and manage resources securely and at scale.

    Deploy Red Hat Ansible Automation Platform on Microsoft Azure for a strategic automation solution that allows you to orchestrate, govern and operationalize your Azure environment.
  • 1
    PHPMailer Pro

    PHPMailer Pro

    The Next Generation Mail Transport Class.

    PHPMailer Pro, The Next Generation mail transport class. Full-featured mail transport class. Support for multi-language content and all major encodings. One single file, SMTP built-in. An entirely new email address engine normalizes email addresses and formats to RFC standards. User input of email address in almost any format: strings, arrays, multi-dimension arrays; Simplified setup. Supports HTML amd plain text messages, all types of attachments. Features From the author...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 2

    Tiny Echo Server

    Tiny Echo Server, a C-code demonstration of Echo Service (RFC 862).

    Tiny Echo Server for Windows / Linux, V1.1.0 This is a C code demonstration of Echo Service (RFC 862), used for basic TCP/UDP testing. Description: On a command line running, this application will listen to a specific TCP & UDP port (eg.7), wait for remote connections, copy the data recieved and then send back to the client. It supports multiple clients & connections. Reference to: https://www.rfc-editor.org/rfc/rfc862 Usage(Windows): cmd.exe /c echo_srv.exe Usage(Linux...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    oidentd

    Configurable ident daemon with IP masquerading support

    oidentd is an RFC 1413 compliant ident daemon that runs on Linux, FreeBSD, OpenBSD, NetBSD, DragonFly BSD, and some versions of Darwin and Solaris. oidentd can handle IP/NAT masqueraded connections on many operating system kernels. oidentd has a flexible mechanism for specifying ident responses. Users can be granted permission to specify their own responses, and different responses can be sent depending on host and port pairs. oidentd features a capability-based permission system that allows...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 4
    Meqaris

    Meqaris

    Booking/reservation of meeting rooms/equipment with e-mail invitations

    Meqaris (Meeting Equipment and Room Invitation System) is a system that allows booking meeting/conference rooms and other equipment or resources (like mobile whiteboards, projectors or conference audio/video sets) by using the same type of e-mail invitations that are used to invite participants to meetings. Especially useful in corporate environments, but can be used for anything in general, even by individual users. Simply add "resource participants" to the recipient list (just like...
    Downloads: 0 This Week
    Last Update:
    See Project
  • AlertBot: Website Monitoring of Uptime, Performance, and Errors Icon
    AlertBot: Website Monitoring of Uptime, Performance, and Errors

    For IT Professionals and network adminstrators looking for a web application monitoring solution

    AlertBot monitors your website's full functionality around the clock so you can focus your time on more important things.
  • 5
    AnubisCrypt

    AnubisCrypt

    Anubis Involutional 128-bit SPN Block cipher Encryption Tool

    Barreto & Rijmen 128-bit block cipher with GCM Mode (RFC 5288) provides both authenticated encryption (confidentiality and authentication) and the ability to check the integrity and authentication of additional authenticated data (AAD) that is sent in the clear. Whirlpool-based PBKDF2. Anubis is a block cipher with SP-network structure designed by Vincent Rijmen and Paulo S. L. M. Barreto in 2000. This project is licensed under the ISC License. Source code: https://github.com...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 6

    proxysocket

    Portable C library for proxy client support using standard SOCKETs.

    Cross-platform C library to establish TCP connections using a proxy. Supports different connection methods: - no proxy (optionally allowing to bind to a local address and/or port) - HTTP proxy: only CONNECT method, only without authentication or basic authentication - SOCKS4: without IDENT functionality - SOCKS5 (RFC 1928): only without authentication or username/password Features: - Currently only support IPv4 TCP connections. - Returns a standard operating system SOCKET that can...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    corlpack

    Ada Library for heterogenous vectors

    Corlpack consists of a library and tools aiming to simplify and accelerate programming of small, scientific, computational applications. One of the planned features is the loading and saving of a variety of research data into a single generic data structure, that is much like the named list from R, thus removing the need to learn many data access APIs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8
    JWT-Cracker

    JWT-Cracker

    Pure Go HS256/384/512 JWT Token Brute-force Cracker

    Utility for security, pentests and forensics investigation. JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. This is realistically only effective to crack JWT with weak secrets. It also only currently works with HMAC-SHA2 signatures. This project is licensed under the MIT License. Copyright © 2018 Alexander Sagen Copyright © 2021 Pedro Albanese Source code: https://github.com/pedroalbanese/jwt-cracker Visit: http...
    Downloads: 53 This Week
    Last Update:
    See Project
  • 9
    VKO

    VKO

    GOST R 34.10-2012 VKO key agreement function (RFC 7836)

    VKO (выработка ключа общего) is an elliptic curve Diffie-Hellman key agreement function using GOST R 34.10-2012. It allows two parties to jointly agree on a shared secret using an insecure channel. This project is licensed under the ISC License. Copyright © 2020-2021 ALBANESE Research Lab Source code: https://github.com/pedroalbanese/vko Visit: http://albanese.atwebpages.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy management of simple and complex projects Icon
    Easy management of simple and complex projects

    We help different businesses become digital, manage projects, teams, communicate effectively and control tasks online.

    Plan more projects with Worksection. Use Gantt chart and Kanban boards to organize your projects, get your team onboard and assign tasks and due dates.
  • 10
    JSON Web Token

    JSON Web Token

    Command-line HMAC-based JSON Web Tokens written in Go

    JSON Web Tokens are an open, industry standard RFC 7519 method for representing claims securely between two parties. This project is licensed under the MIT License. Copyright © 2012 Dave Grijalva Copyright © 2021 Pedro Albanese Source code: https://github.com/pedroalbanese/jwt Visit: http://albanese.atwebpages.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    LAppS

    LAppS

    Lua Application Server for micro-services with default communication

    This is an attempt to provide very easy-to-use Lua Application Server working over WebSockets protocol (RFC 6455). LAppS is an application server for micro-services architecture. It is build to be highly scalable vertically. The docker cloud infrastructure (kubernetes or swarm) shall be used for horizontal scaling. LAppS has most scallable WebSockets server out there. LAppS is the same thing to WebSockets as the Apache or Nginx are to HTTP. LAppS does not supports HTTP (though it supports HTTP...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    uuid

    uuid

    Time-based UUID Generator/Parser written in Go

    The uuid package generates and inspects UUIDs based on RFC 4122 and DCE 1.1: Authentication and Security Services. uuid:用 Go 编写的基于时间的 UUID 生成器/解析器-开源 DCE 1.1:身份验证和安全服务生成和检查 UUID。 Usage 用法: ./uuid [-d] Copyrigth (c) 2021 Pedro Albanese - ALBANESE Lab Visit: http://albanese.atwebpages.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    An SNTP client for Virtual PC. It is for machines that do not have a sane time and a working hardware RTC. It synchronize the system time frequently with a nearby NTP server. It uses settimeofday(). It is based on RFC 1769 and RFC 1305.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Vue Meta

    Vue Meta

    Manage HTML metadata in Vue.js components with SSR support

    Vue Meta is a Vue.js plugin that allows you to manage your app's metadata. It is inspired by and works similar as react-helmet for react. However, instead of setting your data as props passed to a proprietary component, you simply export it as part of your component's data using the meta info property. These properties, when set on a deeply nested component, will cleverly overwrite their parent components' metaInfo, thereby enabling custom info for each top-level view as well as coupling...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Addyflo_gl02sujetbMail

    Addyflo_gl02sujetbMail

    Développement d'un outil de traitement de mails en ligne de commande.

    Offre une interface en ligne de commandes développée en JavaScript afin d'aider les chefs de secteur du cabinet de conseil UIConsult dans le traitement des données de boîtes mails de leurs collaborateurs. La finalité de cet outil est d'exploiter et d'extraire facilement les données importantes d'un ensemble de mails (au format RFC-53322) et préparer des graphiques pertinents au format SVG (et/ou PNG) à ajouter dans les “Rcom”, rapports d’analyses des échanges par emails des collaborateurs.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    Base64 for Windows

    Base64 for Windows

    Encode and Decode Base64 Files or STDIN

    The MIME (Multipurpose Internet Mail Extensions) specification (RFC 1341 and successors) defines a mechanism for encoding arbitrary binary information for transmission by electronic mail. Triplets of 8-bit octets are encoded as groups of four characters, each representing 6 bits of the source 24 bits. Only characters present in all variants of ASCII and EBCDIC are used, avoiding incompatibilities in other forms of encoding such as uuencode/uudecode. base64 is a command line utility which...
    Downloads: 55 This Week
    Last Update:
    See Project
  • 17
    Google2FA for Laravel

    Google2FA for Laravel

    A One Time Password Authentication package

    Google2FA is a PHP implementation of the Google Two-Factor Authentication Module, supporting the HMAC-Based One-time Password (HOTP) algorithm specified in RFC 4226 and the Time-based One-time Password (TOTP) algorithm specified in RFC 6238.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Experience 5000 years of history, from the dawn of civilization 4400 BC to the fall of the classical world 600 AD Rhye's and Fall of the Greek World is the sequel of Greek World, one of the mods that shipped with Civilization IV. Rather than just an update to BTS, this is a project which aim is a full revision of the original mod, merging it with the RFC features. Greek World was a pure scenario: set in 600BC, a turning point of Ancient History. It featured for the first time minor civs...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    UUID for Windows

    UUID for Windows

    OSSP uuid provides functions to generate universally unique identifier

    OSSP uuid is a ISO-C:1999 application programming interface (API) and corresponding command line interface (CLI) for the generation of DCE 1.1, ISO/IEC 11578:1996 and RFC 4122 compliant Universally Unique Identifier (UUID). It supports DCE 1.1 variant UUIDs of version 1 (time and node based), version 3 (name based, MD5), version 4 (random number based) and version 5 (name based, SHA-1). Additional API bindings are provided for the languages ISO-C++:1998, Perl:5 and PHP:4/5. Optional backward...
    Downloads: 2 This Week
    Last Update:
    See Project
  • 20
    ipld-eml

    ipld-eml

    An RFC-5322 compatible email parser that stores data on IPFS

    ipld-eml is an RFC-5322 compliand IPLD object format for storing email messages, in both a space efficient, and time efficient manner. TemporalX is used as the interface into IPFS. Emails are converted into a protocol buffer object, before being stored onto IPFS. There are currently two methods for storing the IPLD objects:
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Downloads: 4 This Week
    Last Update:
    See Project
  • 22
    json-rust

    json-rust

    JSON implementation in Rust

    Parse and serialize JSON with ease. JSON is a very loose format where anything goes - arrays can hold mixed types, object keys can change types between API calls or not include some keys under some conditions. Mapping that to idiomatic Rust structs introduces friction.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    pj-tftp-server

    pj-tftp-server

    Pure Java TFTP server.

    Pure Java TFTP server. Free, portable, cross-platform. Fully multi-threaded. Implements RFC 1350. Run as root/admin in cmd-mode with cmd argument = path to folder, for example: java -jar pj-tftp-server.jar /tmp .Need JRE-1.8. Source - https://github.com/harp077/pj-tftp-server If you like this - put a star on https://github.com/harp077/pj-tftp-server/ for support project please.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24
    Ledge

    Ledge

    An RFC compliant and ESI capable HTTP cache for Nginx / OpenResty

    An RFC-compliant and ESI-capable HTTP cache for Nginx / OpenResty, backed by Redis. Ledge can be utilized as a fast, robust, and scalable alternative to Squid / Varnish, etc, either installed standalone or integrated into an existing Nginx server or load balancer. Moreover, it is particularly suited to applications where the origin is expensive or distant, making it desirable to serve from the cache as optimistically as possible.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    Stuntman - STUN server and client

    Stuntman - STUN server and client

    High performance, production quality STUN server and client library

    New version 1.2. This is the code to STUNTMAN - an open source STUN server and client code by john selbie. Compliant with the latest RFCs including 5389, 5769, and 5780. Also includes backwards compatibility for RFC 3489. ICE and WebRTC ready. Version 1.2 compiles on Linux, MacOS, BSD, and Solaris. Supports the STUN protocol on both UDP and TCP for both IPv4 and IPv6. Windows binaries are also provided. Additional features are in development. This is a mirror of the code on https...
    Downloads: 18 This Week
    Last Update:
    See Project