Ockam - Release v0.81.0 #4336
mrinalwadhwa
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Add end-to-end encryption to any client and server application
Ockam - Release v0.81.0 https://github.com/build-trust/ockam/releases/tag/ockam_v0.81.0
As something to try with this new release let's build a solution for a very common secure communication topology that applies to many real world use cases. We'll build our first example using Ockam Command but it is just as easy to build end-to-end trustful communication using Ockam Programming Libraries
An application service and an application client running in two private networks wish to securely communicate with each other without exposing ports on the Internet. In a few simple commands, we’ll make them safely talk to each other through an End-to-End Encrypted Cloud Relay.
Install Ockam Command
If you use Homebrew, you can install Ockam using brew.
# Tap and install Ockam Command brew install build-trust/ockam/ockam
This will download a precompiled binary and add it to your path. If you don’t
use Homebrew, you can also install on Linux and MacOS systems using curl.
After the binary downloads, please move it to a location that is in your
shell's
$PATH
End-to-end encrypted and mutually authenticated communication
Next, step through the following commands to setup secure and private
communication between our application service and an application client.
To learn more checkout out docs.ockam.io
Rust Crates
To use Ockam as a Rust library, run the following command within your project directory:
Contributors
The following people contributed to this release, thank you all 🥳
@adrianbenavides @BeenzSyed @caoakleyii @davide-baldo @etorreborre @glenngillen @hairyhum @mattgreg @metaclips @mrinalwadhwa @mszpakowski @polvorin @SanjoDeundiak
@p-gentili @waqasraz @Jackbaude @phillyphil91
New Contributors
@p-gentili @waqasraz @Jackbaude contributed for the first time!! 🥳
Full Changelog
ockam_v0.80.0...ockam_v0.81.0
This discussion was created from the release ockam_v0.81.0.
Beta Was this translation helpful? Give feedback.
All reactions