<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Forem: VESvault</title>
    <description>The latest articles on Forem by VESvault (@vesvault).</description>
    <link>https://forem.com/vesvault</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F126076%2F75333d34-51a0-4271-bb93-e63a553cf4d4.png</url>
      <title>Forem: VESvault</title>
      <link>https://forem.com/vesvault</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/vesvault"/>
    <language>en</language>
    <item>
      <title>SNIF ~ e2e TLS trust for IoT - an open source project</title>
      <dc:creator>VESvault</dc:creator>
      <pubDate>Tue, 05 Oct 2021 02:04:14 +0000</pubDate>
      <link>https://forem.com/vesvault/snif-e2e-tls-trust-for-iot-an-open-source-project-23jj</link>
      <guid>https://forem.com/vesvault/snif-e2e-tls-trust-for-iot-an-open-source-project-23jj</guid>
      <description>&lt;p&gt;SNIF enables anonymous end-to-end public trust TLS communications between apps through a designated SNIF relay. By providing TLS public trust on a full end-to-end level, SNIF creates a peer-to-peer app-level VPN, eliminating the middle-man and any corresponding ability to intercept, monitor or read the private communication.&lt;/p&gt;

&lt;p&gt;Any app on any device can utilize a designated SNIF relay to allow any other app on any device to directly communicate with the SNIF enabled app via a trusted, certificated and anonymous host name using full end-to-end TLS encryption.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--XFfSRX3c--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3cta4f5p7o74swz3cbgg.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--XFfSRX3c--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/3cta4f5p7o74swz3cbgg.png" alt="Initializing the TLS Certificate"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://res.cloudinary.com/practicaldev/image/fetch/s--Zcu28tRp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w5yw1hm7ol6oppyp4s38.png" class="article-body-image-wrapper"&gt;&lt;img src="https://res.cloudinary.com/practicaldev/image/fetch/s--Zcu28tRp--/c_limit%2Cf_auto%2Cfl_progressive%2Cq_auto%2Cw_880/https://dev-to-uploads.s3.amazonaws.com/uploads/articles/w5yw1hm7ol6oppyp4s38.png" alt="Accepting TLS Connections"&gt;&lt;/a&gt;&lt;br&gt;
&lt;a href="https://snif.host"&gt;https://snif.host&lt;/a&gt;&lt;br&gt;
&lt;a href="https://github.com/vesvault/snif"&gt;https://github.com/vesvault/snif&lt;/a&gt;&lt;/p&gt;

</description>
      <category>iot</category>
      <category>tls</category>
      <category>e2e</category>
      <category>security</category>
    </item>
    <item>
      <title>libVES: End-to-End Encryption API. Encrypt Everything without fear of losing the Key</title>
      <dc:creator>VESvault</dc:creator>
      <pubDate>Fri, 04 Jan 2019 22:47:04 +0000</pubDate>
      <link>https://forem.com/vesvault/libves-end-to-end-encryption-api-encrypt-everything-without-fear-of-losing-the-key-3aa2</link>
      <guid>https://forem.com/vesvault/libves-end-to-end-encryption-api-encrypt-everything-without-fear-of-losing-the-key-3aa2</guid>
      <description>&lt;pre&gt;
/*************************************************************************** 
 *          ___       ___ 
 *         /   \     /   \    &lt;b&gt;VESvault&lt;/b&gt; 
 *         \__ /     \ __/    Encrypt Everything without fear of losing the Key 
 *            \\     //                   &lt;a href="https://vesvault.com"&gt;https://vesvault.com&lt;/a&gt; &lt;a href="https://ves.host"&gt;https://ves.host&lt;/a&gt; 
 *             \\   // 
 *     ___      \\_// 
 *    /   \     /   \         &lt;b&gt;libVES&lt;/b&gt;:                      VESvault API library 
 *    \__ /     \ __/ 
 *       \\     //            &lt;b&gt;VES Utility&lt;/b&gt;:   A command line interface to libVES 
 *        \\   // 
 *         \\_//              - Key Management and Exchange 
 *         /   \              - Item Encryption and Sharing 
 *         \___/              - Stream Encryption 
 * 
 ***************************************************************************/ 
&lt;/pre&gt;

&lt;p&gt;Source Code:&lt;br&gt;
&lt;a href="https://github.com/vesvault/libVES.c"&gt;https://github.com/vesvault/libVES.c&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;VES utility docs:&lt;br&gt;
&lt;a href="https://ves.host/docs/ves-util"&gt;https://ves.host/docs/ves-util&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;libVES Docs:&lt;br&gt;
&lt;a href="https://ves.host/docs/libVES-c"&gt;https://ves.host/docs/libVES-c&lt;/a&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>encryption</category>
      <category>c</category>
      <category>linux</category>
    </item>
  </channel>
</rss>
