<?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: Daniel</title>
    <description>The latest articles on Forem by Daniel (@daniiiol).</description>
    <link>https://forem.com/daniiiol</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%2F1527830%2Fe644c705-315e-4229-a4c8-0fc29ca11094.png</url>
      <title>Forem: Daniel</title>
      <link>https://forem.com/daniiiol</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://forem.com/feed/daniiiol"/>
    <language>en</language>
    <item>
      <title>Ann Otter Way To Secure Exchange</title>
      <dc:creator>Daniel</dc:creator>
      <pubDate>Sat, 25 May 2024 14:24:08 +0000</pubDate>
      <link>https://forem.com/daniiiol/ann-otter-way-to-secure-exchange-24bm</link>
      <guid>https://forem.com/daniiiol/ann-otter-way-to-secure-exchange-24bm</guid>
      <description>&lt;h2&gt;
  
  
  Prolog
&lt;/h2&gt;

&lt;p&gt;Have you ever needed to send sensitive information, like a generated password, but felt uncomfortable transmitting it via email or MS Teams? The recipient doesn't have Threema, or you don't want the info in your personal chat history?&lt;/p&gt;

&lt;p&gt;I've encountered this situation many times in the past. This need led me to create a small open-source tool. Feel free to use it or even improve it!&lt;/p&gt;

&lt;h3&gt;
  
  
  My personal highlights of the project
&lt;/h3&gt;

&lt;p&gt;💡 Simplicity and security are the main focus. The password is encrypted in the client's browser, and a URL for sharing is generated. The secret can only be retrieved once before it is permanently deleted.&lt;/p&gt;

&lt;p&gt;💻 The tool is fully open-source, allowing everyone to analyze the code in detail. My goal was to create a lightweight yet security-oriented project.&lt;/p&gt;

&lt;p&gt;🪅 Texts and logos can be customized as needed.&lt;/p&gt;

&lt;p&gt;🚀 The system can be set up on any Docker-capable platform in just a few minutes.&lt;/p&gt;

&lt;p&gt;I invite you to try out the application and look forward to your feedback!&lt;/p&gt;

&lt;p&gt;You could find the project on Github: &lt;a href="https://github.com/daniiiol/AnnOtter.WayToSecureExchange"&gt;https://github.com/daniiiol/AnnOtter.WayToSecureExchange&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Development
&lt;/h2&gt;

&lt;p&gt;The tool was deliberately written in vanilla JavaScript with minimal Bootstrap. The backend server is a small .NET 8 application, and the database system can either be an embedded SQLite database or a remote PostgreSQL DB.&lt;/p&gt;

&lt;p&gt;I would be delighted if the hours invested in this application could benefit even more people, and I invite you to use the tool.&lt;/p&gt;

&lt;p&gt;I invite you to try out the application and look forward to your feedback!&lt;/p&gt;

&lt;h2&gt;
  
  
  Example
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2pm33edrq9kh2ouo3fg2.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media.dev.to/cdn-cgi/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2F2pm33edrq9kh2ouo3fg2.png" alt="Example of Secure Exchange" width="800" height="692"&gt;&lt;/a&gt;&lt;/p&gt;

</description>
      <category>security</category>
      <category>webdev</category>
      <category>productivity</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
