<?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>DEV Community: Saurabh</title>
    <description>The latest articles on DEV Community by Saurabh (@unixloversaurabh).</description>
    <link>https://dev.to/unixloversaurabh</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%2F390228%2Fc8514663-bcd4-43ca-abcc-f1ff64e59b30.jpeg</url>
      <title>DEV Community: Saurabh</title>
      <link>https://dev.to/unixloversaurabh</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/unixloversaurabh"/>
    <language>en</language>
    <item>
      <title>Secure Quiz platform</title>
      <dc:creator>Saurabh</dc:creator>
      <pubDate>Wed, 20 May 2020 07:22:06 +0000</pubDate>
      <link>https://dev.to/unixloversaurabh/secure-quiz-platform-4l1a</link>
      <guid>https://dev.to/unixloversaurabh/secure-quiz-platform-4l1a</guid>
      <description>&lt;h2&gt;
  
  
  How is our quiz system implemented?
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;This is a secure AES encrypted quiz platform implmented in Java8.&lt;/li&gt;
&lt;li&gt;The very first step is to make a client and a server in two separate windows.&lt;/li&gt;
&lt;li&gt;The whole conversation between client and server is done with AES encryption technique.&lt;/li&gt;
&lt;li&gt;The server allocates a separate thread to each upcoming client.&lt;/li&gt;
&lt;li&gt;The client will always have a thread in listening mode to get updates from the server.&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>security</category>
      <category>java</category>
      <category>intellij</category>
    </item>
  </channel>
</rss>
