Ockam VS gofwd

Compare Ockam vs gofwd and see what are their differences.

Ockam

Orchestrate end-to-end encryption, cryptographic identities, mutual authentication, and authorization policies between distributed applications – at massive scale. (by build-trust)

gofwd

A cross-platform TCP port forwarder with Duo 2FA and Geo-IP integration (by jftuga)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
Ockam gofwd
76 8
4,352 45
0.7% -
10.0 7.0
3 days ago 7 months ago
Rust Go
Apache License 2.0 GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

Ockam

Posts with mentions or reviews of Ockam. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-21.
  • Tunnelmole, an ngrok alternative (open source)
    9 projects | news.ycombinator.com | 21 Mar 2024
    disclosure: I work at Ockam.

    The Portals for Mac app is an example of the type of thing you could build using the open source stack of protocols. The README (linked by parent) links out to all of the relevant parts of the protocol documentation to explain how these work together. The NAT Traversal (https://github.com/build-trust/ockam/blob/develop/examples/a...) part of the README is probably the best explanation of why the free relay you get via Ockam Orchestrator is a useful part of this demo.

    As for why would anyone trust this: The protocols are designed so you absolutely don't have to trust the relay. Trust is pushed out to the edges that you control and so you're not susceptible to a MITM attack if something like a relay is compromised. The protocol design for all of this is open and documented, and was independently audited by (IMO) some of the best in the business, Trail of Bits: https://docs.ockam.io/reference/protocols.

  • Alt to Ngrok, Written in Rust
    1 project | news.ycombinator.com | 6 Mar 2024
  • How we built a Swift app that uses Rust
    1 project | dev.to | 28 Dec 2023
    🚀 Portals for Mac – A macOS app built in Swift that uses the Ockam Rust library to privately share a service on your Mac with anyone, anywhere. The service is shared securely over an end-to-end encrypted and mutually authenticated Ockam Portal. Your friends will have access to it on their localhost! This app is a great example of the kinds of things you can build with Ockam 👉
  • Ockam is participating in Hacktoberfest - great opportunity for your first OSS contribution
    1 project | /r/programming | 6 Oct 2023
  • Participate in Hacktoberfest with Ockam!
    1 project | /r/hacktoberfest | 5 Oct 2023
  • Create End-to-End Channels in Rust with Ockam Routing
    1 project | dev.to | 4 Aug 2023
    Ockam is a suite of programming libraries, command line tools, and managed cloud services to orchestrate end-to-end encryption, mutual authentication, key management, credential management, and authorization policy enforcement — all at massive scale. Ockam's end-to-end secure channels guarantee authenticity, integrity, and confidentiality of all data-in-motion at the application layer.
  • Please do not spam other GitHub users via email
    1 project | news.ycombinator.com | 24 May 2023
  • Tunnel via Cloudflare to Any TCP Service
    3 projects | news.ycombinator.com | 19 May 2023
    We’ve been working on something (https://github.com/build-trust/ockam) that enables exactly this, among a whole host of other use cases. If you check out some of the code examples in the docs you’ll see how to setup a tunnel using the CLI.

    For other use cases there’s also the programming libraries (only Rust atm, though I was spiking a TypeScript/Node PoC this week) which might provide more flexibility. Personally I’m excited by the idea of being able to move this kind of secure by design connectivity all the way into the application layer though.

  • How to grow an OSS community
    1 project | dev.to | 16 Feb 2023
    If you're not already an active contributor to an open source project or two it can seem very daunting. You don't want to do the wrong thing and embarrass yourself. Remove that anxiety for people by giving them an easy way to do something low risk. Matt did that a couple of years ago by creating a long-lived issue for people to simply say hello. That's it. Say hi, introduce yourself. It's a safe place to make a first step.
  • Hiring - Ockam (Series A SaaS)
    1 project | /r/devopsjobs | 12 Jan 2023

gofwd

Posts with mentions or reviews of gofwd. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-12.
  • Ask HN: What apps have you created for your own use?
    212 projects | news.ycombinator.com | 12 Dec 2023
    All of mine are CLI...

    https://github.com/jftuga/less-Windows - [not really mine, but I just help maintain the port] - GNU less compiled for Windows 10 & 11. Stand-alone version with no dependencies.

    https://github.com/jftuga/gofwd - A cross-platform TCP port forwarder with Duo 2FA and Geo-IP integration

    https://github.com/jftuga/spotprice - Quickly get AWS spot instance pricing - a bit easier to use than the aws cli; is also faster and has more features

    https://github.com/jftuga/tcpscan - A standalone, fast, simple, multi-threaded cross-platform IPv4 TCP port scanner

    https://github.com/jftuga/ipinfo - Return IP address info including geographic location and distance when given IP address, email address, host name or URL

    https://github.com/jftuga/photo_id_resizer - Resize photo ID images using face recognition technology

    https://github.com/jftuga/chars - Determine the end-of-line format, tabs, bom, and nul characters

  • Tunnel via Cloudflare to Any TCP Service
    3 projects | news.ycombinator.com | 19 May 2023
    I wrote something tangentially related, but for single user.

    "gofwd" is a cross-platform TCP port forwarder with Duo 2FA and Geographic IP integration. Its use case is to help protect services when using a VPN is not possible. Before a connection is forwarded, the remote IP address is geographically checked against city, region (state), and/or country. Distance (in miles) can also be used. If this condition is satisfied, a Duo 2FA request can then be sent to a mobile device. The connection is only forwarded after Duo has verified the user.

    https://github.com/jftuga/gofwd

  • Share Your Code.. Share your most unique piece of Go code.
    57 projects | /r/golang | 15 Oct 2022
    most unique: gofwd - A cross-platform TCP port forwarder with Duo 2FA and Geo-IP integration
  • Best way to block scanning and brute-force RDP attempts?
    2 projects | /r/PFSENSE | 5 Mar 2022
  • Is Cloudflare abusing my SSH?
    2 projects | news.ycombinator.com | 25 Sep 2021
    https://github.com/jftuga/gofwd

    I created gofwd, a cross-platform TCP port forwarder with Duo 2FA and Geographic IP integration. Its use case is to help protect services when using a VPN is not possible. While it's use cases are limited, it works great for me when I need to connect to my home network.

  • Ask HN: What are some tools / libraries you built yourself?
    264 projects | news.ycombinator.com | 16 May 2021
  • gofwd: A cross-platform TCP port forwarder with Duo 2FA and Geo-IP integration [OC]
    1 project | /r/homelab | 11 May 2021

What are some alternatives?

When comparing Ockam and gofwd you can also consider the following projects:

ejabberd - Robust, Ubiquitous and Massively Scalable Messaging Platform (XMPP, MQTT, SIP Server)

gutenberg - A fast static site generator in a single binary with everything built-in. https://www.getzola.org

rustls - A modern TLS library in Rust

Pion WebRTC - Pure Go implementation of the WebRTC API

sshkit - An Elixir toolkit for performing tasks on one or more servers, built on top of Erlang’s SSH application.

Shynet - Modern, privacy-friendly, and detailed web analytics that works without cookies or JS.

socket - Socket wrapping for Elixir.

Tabula - Extract tables from PDF files

ring - Safe, fast, small crypto using Rust

Nullboard - Nullboard is a minimalist kanban board, focused on compactness and readability.

rust-crypto - A (mostly) pure-Rust implementation of various cryptographic algorithms.

fselect - Find files with SQL-like queries