<?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: Store sensitive credentials for https connections? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051788#M1809935</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REST is not for going concerns then it seems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd hand car dealers, insurance salesmen and fly-by-night SAP consultants and non-ABAP developers should fair well with it for a while then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally I find it more ugly that you are forced to use the secure store instead of other more secure authentication mechanisms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can prevent the attaching of the debugger via user type SYSTEM, some system parameters to control the debugger and even deactivate the external debugger at rdisp level regardless of authorization (escalation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are infact quite a lot of options there, but if the service is designed to have a lot of functional access and you get the PWD then 9 / 10 time you can do anything you want to using protocols which are permitted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway... this is the security forum so easy way does not score points on it's own...&amp;nbsp; &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/408/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 18 Jan 2014 00:05:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-01-18T00:05:59Z</dc:date>
    <item>
      <title>Store sensitive credentials for https connections?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051777#M1809924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In order to get an access token for further rest-api calls I need to call the rest-api of a non SAP Cloud System with this payload:&lt;/P&gt;&lt;P&gt;It requires me to send the client_secret in the payload:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;lv_json_payload &lt;SPAN class="L0S55"&gt;=&lt;BR /&gt;{&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"grant_type":"client_credentials",&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"scope":&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"userId":"api_user",&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"companyId":"&lt;SPAN style="text-align: center; text-indent: 0px; color: #222222;"&gt;The_Deep_Tomato_Marketing_Company&lt;/SPAN&gt;",&lt;/SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&lt;SPAN class="L0S55"&gt;&lt;SPAN class="L0S31"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "userType":"admin",&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"resourceType":"public_api",&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"client_id":"&lt;SPAN style="text-align: center; text-indent: 0px; color: #222222;"&gt;The_Deep_Tomato_Marketing_Company&lt;/SPAN&gt;",&lt;/SPAN&gt;&lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;SPAN class="L0S31"&gt;"client_secret":"&lt;SPAN style="color: #800000;"&gt;XXXXXXXXXXXXXXX&lt;/SPAN&gt;"&lt;/SPAN&gt;&lt;BR /&gt;}&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;In my eyes this is basically a password, because the service does not require basic authentication.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;But how do I store that securely? I&lt;/SPAN&gt;&lt;SPAN style="; font-family: arial,helvetica,sans-serif;"&gt;n the code; no, &lt;/SPAN&gt;&lt;SPAN style="; font-family: arial,helvetica,sans-serif;"&gt;in a secured customizing table; no? &lt;/SPAN&gt;&lt;SPAN style="; font-family: arial,helvetica,sans-serif;"&gt;... any ideas?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Does anyone have a secure solution for this scenario and the credentials I need to store in order to use it?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Best Regards and Thanks,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial,helvetica,sans-serif;"&gt;Steffen&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 08:40:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051777#M1809924</guid>
      <dc:creator>alpaca</dc:creator>
      <dc:date>2014-01-15T08:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Store sensitive credentials for https connections?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051778#M1809925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.sap.com/saphelp_nw74/helpdata/en/4e/eb2dce10f2398de10000000a42189b/content.htm?frameset=/en/4E/EB2DCE10F2398DE10000000A42189B/frameset.htm"&gt;Secure store&lt;/A&gt; is what you are looking for. Check report SECSTORE01 as an example.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 10:07:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051778#M1809925</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2014-01-15T10:07:43Z</dc:date>
    </item>
    <item>
      <title>Re: Store sensitive credentials for https connections?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051779#M1809926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin, &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks! have you used it before? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I saw that one can create a secure key that can only be read by a specified program. If I use that, wouldn't everyone who has debugging authorizations in the system be able to get that key out of the specified program?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Steffen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 13:07:56 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051779#M1809926</guid>
      <dc:creator>alpaca</dc:creator>
      <dc:date>2014-01-15T13:07:56Z</dc:date>
    </item>
    <item>
      <title>Re: Store sensitive credentials for https connections?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051780#M1809927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Steffen,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think your threat model is too strict. Yes, a user with access to debugger (read-only is enough) will be able to put a break point after your programs reads data from secure store and see it. But that's why you restrict access to debugger in production. I can't imagine any technical implementation when a user with sufficient debugging authorization can't recover a key. The only way to solve this is to push this out of ECC. You could do this in PI and hence there won't be need to store secret in ECC (I assume here that we are talking about ECC). but you would have same problem in PI. It would be a bit easier because you usually don't have regular users in PI but these regular users usually don't have access to debugger either. And if you want to protect against malicious developer then you have same problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For example ABAP AS uses secure store to store predefined password of SICF services. Again, this is sufficient to prevent users with regular access to retrieve passwords but it does not stop developer with debugger. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Martin&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 19:28:40 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051780#M1809927</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2014-01-15T19:28:40Z</dc:date>
    </item>
    <item>
      <title>Re: Store sensitive credentials for https connections?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051781#M1809928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Martin,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Why not put the reading and sending of the secret into a macro? As far as I know one cannot debug those, not even with system debugging. If one creates the key only with reading rights for the class that exclusively handles the secret... - it would be secure, right?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Steffen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 08:17:42 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051781#M1809928</guid>
      <dc:creator>alpaca</dc:creator>
      <dc:date>2014-01-16T08:17:42Z</dc:date>
    </item>
    <item>
      <title>Re: Store sensitive credentials for https connections?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051782#M1809929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh yeah, good old macro trick. I think that there is a workaround for this but I am not sure. You could try to crash program and check variables in ST22. Anyway, it came to me that you can set up a trace for HTTP connections in SMICM that captures payloads. Hence all this protection won't prevent a malicious user from setting a trace and reading secret from a trace log.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's really hard to protect against user with sufficient authorization and skills. You can accept the risk or move this whole thing into environment where you have more control (e.g. a simple Java app that gets a JSON document, updates it with secret and forward it to recipient of the message).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 16 Jan 2014 20:08:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051782#M1809929</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2014-01-16T20:08:59Z</dc:date>
    </item>
    <item>
      <title>Re: Store sensitive credentials for https connections?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051783#M1809930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I talked to the developer for secure store and there is a workaround for the macro trick. It is a matter of where you set your breakpoint apparently. (Can you tell, I am not a developer?) According to him, secure store is not meant to protect you from someone who has debugging access in the system.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you really want to be safe, rebuild your rest service as a SOA web service and use the WSSEC protocols. Rest was designed to be easy, not secure. This is why we have workarounds such as secure store in the database or filesystem.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 07:41:17 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051783#M1809930</guid>
      <dc:creator>MichaelShea</dc:creator>
      <dc:date>2014-01-17T07:41:17Z</dc:date>
    </item>
    <item>
      <title>Re: Store sensitive credentials for https connections?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051784#M1809931</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I agree that secure store can't protect against an attacker with sufficient authorization. But I strongly disagree with advice to re-build it with using WS. I assume that Steffen is calling a 3rd party API so he can't do anything about it. But the reason why I don't agree is that in this case WS are not more secure. REST based service can be as secure as WS. If WS uses username/password authentication then you have to hide it somewhere. In case of ABAP AS it would be secure store. So you have exactly same problem. For authentication based on public crypto you have to store private key somewhere. The problem here is that it's hard to hide something from a user who has sufficient authorization to switch to debugger.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 08:25:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051784#M1809931</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2014-01-17T08:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Store sensitive credentials for https connections?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051785#M1809932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You are correct. I was trying to be somewhat tongue-in-check, but it did not come over very well. Thank you for the correction, Martin.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 08:34:31 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051785#M1809932</guid>
      <dc:creator>MichaelShea</dc:creator>
      <dc:date>2014-01-17T08:34:31Z</dc:date>
    </item>
    <item>
      <title>Re: Store sensitive credentials for https connections?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051786#M1809933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Michael,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I don't have control over the service that is offered to me. It's the only available interface to the third party software that needs to be integrated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;P&gt;Steffen&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 09:39:02 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051786#M1809933</guid>
      <dc:creator>alpaca</dc:creator>
      <dc:date>2014-01-17T09:39:02Z</dc:date>
    </item>
    <item>
      <title>Re: Store sensitive credentials for https connections?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051787#M1809934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What a sick joke to propose WS as a replacement for REST based service. Also Fiori guys did not get memo. Just kidding.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 23:19:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051787#M1809934</guid>
      <dc:creator>mvoros</dc:creator>
      <dc:date>2014-01-17T23:19:59Z</dc:date>
    </item>
    <item>
      <title>Re: Store sensitive credentials for https connections?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051788#M1809935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;REST is not for going concerns then it seems.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2nd hand car dealers, insurance salesmen and fly-by-night SAP consultants and non-ABAP developers should fair well with it for a while then.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Personally I find it more ugly that you are forced to use the secure store instead of other more secure authentication mechanisms.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can prevent the attaching of the debugger via user type SYSTEM, some system parameters to control the debugger and even deactivate the external debugger at rdisp level regardless of authorization (escalation).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are infact quite a lot of options there, but if the service is designed to have a lot of functional access and you get the PWD then 9 / 10 time you can do anything you want to using protocols which are permitted.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Anyway... this is the security forum so easy way does not score points on it's own...&amp;nbsp; &lt;SPAN __jive_emoticon_name="happy" __jive_macro_name="emoticon" class="jive_macro jive_emote" src="https://community.sap.com/408/images/emoticons/happy.gif"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Julius&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 18 Jan 2014 00:05:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/10051788#M1809935</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-01-18T00:05:59Z</dc:date>
    </item>
    <item>
      <title>Re: Store sensitive credentials for https connections?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/14191159#M2042363</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;Do you see if SAP ECC got any better option to save API keys or Client secrets than Secstore? Or&lt;BR /&gt;to consume a json service over https using api keys in more secure way?&lt;BR /&gt;i have been going through lot of documentation and discussion in detail like above have really helped me to direct my investigation. Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Aug 2025 13:25:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/store-sensitive-credentials-for-https-connections/m-p/14191159#M2042363</guid>
      <dc:creator>x_sap3</dc:creator>
      <dc:date>2025-08-25T13:25:29Z</dc:date>
    </item>
  </channel>
</rss>

