<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Save Portal Password Securely in Python Questions</title>
    <link>https://community.esri.com/t5/python-questions/save-portal-password-securely/m-p/546420#M42614</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is one of those age-old programming questions, and the answers range from quite involved and very secure to simple and basically secure.&amp;nbsp; Although dated, the discussion at &lt;A class="link-titled" href="https://stackoverflow.com/questions/7014953/i-need-to-securely-store-a-username-and-password-in-python-what-are-my-options?noredirect=1&amp;amp;lq=1" title="https://stackoverflow.com/questions/7014953/i-need-to-securely-store-a-username-and-password-in-python-what-are-my-options?noredirect=1&amp;amp;lq=1"&gt;security - I need to securely store a username and password in Python, what are my options? - Stack Overflow&lt;/A&gt; is still mostly relevant today.&amp;nbsp; I especially like drodgers answer because he present several different approach with basic trade offs of each approach. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 13 May 2020 15:43:58 GMT</pubDate>
    <dc:creator>JoshuaBixby</dc:creator>
    <dc:date>2020-05-13T15:43:58Z</dc:date>
    <item>
      <title>Save Portal Password Securely</title>
      <link>https://community.esri.com/t5/python-questions/save-portal-password-securely/m-p/546419#M42613</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;We have a Pro geoprocessing tool that will eventually be published as geoprocessing service.&amp;nbsp; This tool requires Portal authentication to access secured feature services.&amp;nbsp; Currently we are saving built-in Portal username and password into a config file, but I wonder if there's a way to avoid saving password as cleartext (also don't want to prompt user every time they use the GP tool or service) and handle the authentication.&amp;nbsp;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 13:04:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/save-portal-password-securely/m-p/546419#M42613</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2020-05-13T13:04:06Z</dc:date>
    </item>
    <item>
      <title>Re: Save Portal Password Securely</title>
      <link>https://community.esri.com/t5/python-questions/save-portal-password-securely/m-p/546420#M42614</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This is one of those age-old programming questions, and the answers range from quite involved and very secure to simple and basically secure.&amp;nbsp; Although dated, the discussion at &lt;A class="link-titled" href="https://stackoverflow.com/questions/7014953/i-need-to-securely-store-a-username-and-password-in-python-what-are-my-options?noredirect=1&amp;amp;lq=1" title="https://stackoverflow.com/questions/7014953/i-need-to-securely-store-a-username-and-password-in-python-what-are-my-options?noredirect=1&amp;amp;lq=1"&gt;security - I need to securely store a username and password in Python, what are my options? - Stack Overflow&lt;/A&gt; is still mostly relevant today.&amp;nbsp; I especially like drodgers answer because he present several different approach with basic trade offs of each approach. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 13 May 2020 15:43:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/save-portal-password-securely/m-p/546420#M42614</guid>
      <dc:creator>JoshuaBixby</dc:creator>
      <dc:date>2020-05-13T15:43:58Z</dc:date>
    </item>
    <item>
      <title>Re: Save Portal Password Securely</title>
      <link>https://community.esri.com/t5/python-questions/save-portal-password-securely/m-p/546421#M42615</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have seen a combination of&amp;nbsp;&lt;A class="link-titled" href="https://pypi.org/project/keyring/" title="https://pypi.org/project/keyring/"&gt;keyring · PyPI&lt;/A&gt;&amp;nbsp;and windows Windows Credential Vault used in the past.&lt;/P&gt;&lt;P&gt;&lt;A class="link-titled" href="https://stackoverflow.com/questions/14756352/how-is-python-keyring-implemented-on-windows" title="https://stackoverflow.com/questions/14756352/how-is-python-keyring-implemented-on-windows"&gt;How is python-keyring implemented on Windows? - Stack Overflow&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 14 May 2020 16:39:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/save-portal-password-securely/m-p/546421#M42615</guid>
      <dc:creator>forestknutsen1</dc:creator>
      <dc:date>2020-05-14T16:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: Save Portal Password Securely</title>
      <link>https://community.esri.com/t5/python-questions/save-portal-password-securely/m-p/1027763#M60019</link>
      <description>&lt;P&gt;Thanks for the helpful replies.&amp;nbsp; I think the keyring solution will probably work for me, as I can set it up locally and on the servers that will running these scripts.&lt;/P&gt;</description>
      <pubDate>Wed, 17 Feb 2021 19:04:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/python-questions/save-portal-password-securely/m-p/1027763#M60019</guid>
      <dc:creator>GeoSolver</dc:creator>
      <dc:date>2021-02-17T19:04:20Z</dc:date>
    </item>
  </channel>
</rss>

