<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Kotlin PBKDF2 Secure Password Hashing	</title>
	<atom:link href="https://blog.codersee.com/kotlin-pbkdf2-secure-password-hashing/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.codersee.com/kotlin-pbkdf2-secure-password-hashing/</link>
	<description>Kotlin &#38; Backend Tutorials - Learn Through Practice.</description>
	<lastBuildDate>Wed, 16 Apr 2025 04:49:52 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	
	<item>
		<title>
		By: Piotr		</title>
		<link>https://blog.codersee.com/kotlin-pbkdf2-secure-password-hashing/#comment-78</link>

		<dc:creator><![CDATA[Piotr]]></dc:creator>
		<pubDate>Wed, 26 Feb 2025 14:03:44 +0000</pubDate>
		<guid isPermaLink="false">https://codersee.com/?p=5504212#comment-78</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://blog.codersee.com/kotlin-pbkdf2-secure-password-hashing/#comment-77&quot;&gt;David Coolwater&lt;/a&gt;.

Hey hi hello David! 

In general, Android apps (like a web, or desktop apps) serve as the clients in a typical client-server communication.

Which means, that typically, your Android app will not be responsible for password hashing, but rather server. And on Android side, you will be doing requests, like for example POST /login with some request body in JSON, like
{ &quot;email&quot;: &quot;one@codersee.com&quot;, &quot;password&quot;: &quot;somePwd&quot; } 

And then, the server will be responsible for the hashing etc
If you would like to, then you will find a bunch of content on my blog, YT, or you can join my course https://codersee.com/courses/ktor-server-pro/ for the step-by-step approach ;)]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://blog.codersee.com/kotlin-pbkdf2-secure-password-hashing/#comment-77">David Coolwater</a>.</p>
<p>Hey hi hello David! </p>
<p>In general, Android apps (like a web, or desktop apps) serve as the clients in a typical client-server communication.</p>
<p>Which means, that typically, your Android app will not be responsible for password hashing, but rather server. And on Android side, you will be doing requests, like for example POST /login with some request body in JSON, like<br />
{ &#8220;email&#8221;: &#8220;one@codersee.com&#8221;, &#8220;password&#8221;: &#8220;somePwd&#8221; } </p>
<p>And then, the server will be responsible for the hashing etc<br />
If you would like to, then you will find a bunch of content on my blog, YT, or you can join my course <a href="https://codersee.com/courses/ktor-server-pro/" rel="nofollow ugc">https://codersee.com/courses/ktor-server-pro/</a> for the step-by-step approach 😉</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: David Coolwater		</title>
		<link>https://blog.codersee.com/kotlin-pbkdf2-secure-password-hashing/#comment-77</link>

		<dc:creator><![CDATA[David Coolwater]]></dc:creator>
		<pubDate>Wed, 12 Feb 2025 16:27:47 +0000</pubDate>
		<guid isPermaLink="false">https://codersee.com/?p=5504212#comment-77</guid>

					<description><![CDATA[Let me first say that this tutorial is very detailed and educational. 

But I have one question. How do you use these functions in your project. In case you can&#039;t tell, I am a newbie when it comes to writing and developing Android App.

Thank you,]]></description>
			<content:encoded><![CDATA[<p>Let me first say that this tutorial is very detailed and educational. </p>
<p>But I have one question. How do you use these functions in your project. In case you can&#8217;t tell, I am a newbie when it comes to writing and developing Android App.</p>
<p>Thank you,</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>

<!--
Performance optimized by W3 Total Cache. Learn more: https://www.boldgrid.com/w3-total-cache/?utm_source=w3tc&utm_medium=footer_comment&utm_campaign=free_plugin

Page Caching using Disk: Enhanced 

Served from: blog.codersee.com @ 2026-05-13 13:11:09 by W3 Total Cache
-->