<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Swift on Junian Dev</title>
    <link>https://www.junian.dev/tags/swift/</link>
    <description>Recent content in Swift on Junian Dev</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en-us</language>
    <managingEditor>author@junian.dev (Junian Triajianto)</managingEditor>
    <webMaster>author@junian.dev (Junian Triajianto)</webMaster>
    <copyright>Copyright &amp;copy; 2014 - 2026 Junian.dev</copyright>
    
	    <atom:link href="https://www.junian.dev/tags/swift/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>Retrieving Keychain Passwords in Swift for macOS</title>
      <link>https://www.junian.dev/dev/swift-get-keychain-password/</link>
      <pubDate>Wed, 17 Apr 2024 10:45:40 +0700</pubDate>
      <author>author@junian.dev (Junian Triajianto)</author>
      <guid>https://www.junian.dev/dev/swift-get-keychain-password/</guid>
      <description>&lt;p&gt;In Swift development for macOS applications, securing sensitive information like passwords is equally important.
macOS provides a secure storage mechanism called Keychain, where you can store passwords, keys, tokens, and other sensitive data.
This tutorial will guide you through the process of retrieving passwords from the Keychain in Swift for macOS applications.&lt;/p&gt;
&lt;p&gt;To work with the Keychain, you need to import the &lt;code&gt;Security&lt;/code&gt; framework in your Swift file.
Now, let&amp;rsquo;s create a function that retrieves passwords from the Keychain.
Add the following function to your Swift file.&lt;/p&gt;</description>
    </item>
    
  </channel>
</rss>
