<?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: how to encrypt a string ? in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065662#M1811392</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A __default_attr="282306" __jive_macro_name="user" class="jive_macro_user jive_macro" data-orig-content="elad c" href="https://community.sap.com/"&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use below method's for Encrypt and Decrypt the Text .&lt;/P&gt;&lt;P&gt;CL_HTTP_UTILITY=&amp;gt;IF_HTTP_UTILITY~ENCODE_BASE64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ( Encrypt the text )&lt;/P&gt;&lt;P&gt;CL_HTTP_UTILITY=&amp;gt;IF_HTTP_UTILITY~DECODE_BASE64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&amp;nbsp; Decrypt the encrypted text )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Reference : &lt;A __default_attr="45427" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="OLE ABAP Code with Password Protected Excel Sheet" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard's&lt;/P&gt;&lt;P&gt;-SRM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 06 Mar 2014 03:45:05 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2014-03-06T03:45:05Z</dc:date>
    <item>
      <title>how to encrypt a string ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065656#M1811386</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;hi&lt;/P&gt;&lt;P&gt;i have a WebDynpro url which i have a parameter in it&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;&lt;A href="http://us7211.wdf.sap.corp:50021/sap/bc/webdynpro/sap/othello?p_parameter=123123"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;/SPAN&gt;&lt;/A&gt;&lt;A href="http://us7211.wdf.sap.corp:50021/sap/bc/webdynpro/sap/othello?p_parameter=123123" target="test_blank"&gt;http://us7211.wdf.sap.corp:50021/sap/bc/webdynpro/sap/othello?p_parameter=123123&lt;/A&gt;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt;"&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;i want to prevent the user to edit the value and might get different data, ao i want to encrypt the value '123123' so the user will get some thing like that&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;A href="https://community.sap.com/"&gt;http://us7211.wdf.sap.corp:50021/sap/bc/webdynpro/sap/othello?&lt;/A&gt;&lt;/SPAN&gt;p_parameter=az%wl&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;and in the winint method the value will be dncrypt to 123123 again.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;is there a method/FM that can ENCRYPT and DNCRYPT a string?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;thanks &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Elad&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 21:27:32 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065656#M1811386</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-02T21:27:32Z</dc:date>
    </item>
    <item>
      <title>Re: how to encrypt a string ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065657#M1811387</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="5753724" __jive_macro_name="message" class="jive_macro_message jive_macro" data-orig-content="Encrypt  and Decrypt  function modules" href="https://community.sap.com/" modifiedtitle="true" title="Encrypt and Decrypt function modules"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Take a look at class: CL_HTTP_UTILITY-&amp;gt;encode_utf8&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Good luck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 02 Mar 2014 22:42:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065657#M1811387</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-02T22:42:06Z</dc:date>
    </item>
    <item>
      <title>Re: how to encrypt a string ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065658#M1811388</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Encoding != Encrypting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 04:10:36 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065658#M1811388</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-03T04:10:36Z</dc:date>
    </item>
    <item>
      <title>Re: how to encrypt a string ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065659#M1811389</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry I did not want to imply &lt;SPAN style="color: #333333; font-size: 12px;"&gt;Encoding = Encrypting.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-size: 12px;"&gt;Encoding simply might help him to overcome this issue.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 15:04:43 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065659#M1811389</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-05T15:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: how to encrypt a string ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065660#M1811390</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please have a look at Webdynpro expert Thomas Jung's reply in this SCN thread:&lt;/P&gt;&lt;P&gt;&lt;A __default_attr="1728690" __jive_macro_name="thread" class="jive_macro_thread jive_macro" data-orig-content="Encoded URL Parameters??" href="https://community.sap.com/" modifiedtitle="true" title="Encoded URL Parameters??"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rahul Muraleedharan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 15:19:49 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065660#M1811390</guid>
      <dc:creator>rahul_mb</dc:creator>
      <dc:date>2014-03-05T15:19:49Z</dc:date>
    </item>
    <item>
      <title>Re: how to encrypt a string ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065661#M1811391</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Elad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the below Function modules.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;FIEB_PASSWORD_ENCRYPT&lt;/P&gt;&lt;P&gt;FIEB_PASSWORD_DECRYPT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;OFX_ALS_PASSWORD_ENCRYPT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;UIPW_ENCRYPT&lt;/P&gt;&lt;P&gt;UIPW_DECRYPT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Thanga&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 17:21:57 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065661#M1811391</guid>
      <dc:creator>ThangaPrakash</dc:creator>
      <dc:date>2014-03-05T17:21:57Z</dc:date>
    </item>
    <item>
      <title>Re: how to encrypt a string ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065662#M1811392</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A __default_attr="282306" __jive_macro_name="user" class="jive_macro_user jive_macro" data-orig-content="elad c" href="https://community.sap.com/"&gt;&lt;/A&gt;,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use below method's for Encrypt and Decrypt the Text .&lt;/P&gt;&lt;P&gt;CL_HTTP_UTILITY=&amp;gt;IF_HTTP_UTILITY~ENCODE_BASE64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ( Encrypt the text )&lt;/P&gt;&lt;P&gt;CL_HTTP_UTILITY=&amp;gt;IF_HTTP_UTILITY~DECODE_BASE64&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; (&amp;nbsp; Decrypt the encrypted text )&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sample Reference : &lt;A __default_attr="45427" __jive_macro_name="document" class="jive_macro_document jive_macro" data-orig-content="OLE ABAP Code with Password Protected Excel Sheet" href="https://community.sap.com/"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regard's&lt;/P&gt;&lt;P&gt;-SRM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 03:45:05 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065662#M1811392</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-06T03:45:05Z</dc:date>
    </item>
    <item>
      <title>Re: how to encrypt a string ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065663#M1811393</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Encoding != Encrypting&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 05:04:58 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065663#M1811393</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-06T05:04:58Z</dc:date>
    </item>
    <item>
      <title>Re: how to encrypt a string ?</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065664#M1811394</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Elad,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You can refer FM 'HTTP_SCRAMBLE'.. for encrypting the string. The String is encrypted using depending on the Source (Character string), Source length (String length) and Key..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG class="migrated-image" src="https://community.sap.com/legacyfs/online/storage/attachments/storage/7/jiveimages/404237" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know if this is of any use.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in Advance.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Rajesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 07:04:44 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/how-to-encrypt-a-string/m-p/10065664#M1811394</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2014-03-06T07:04:44Z</dc:date>
    </item>
  </channel>
</rss>

