<?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: Encrypt  and Decrypt  function modules in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215570#M1007295</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Please can you explain clearly.&lt;/P&gt;&lt;P&gt;    Here what is import and export parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Jul 2008 06:59:59 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2008-07-18T06:59:59Z</dc:date>
    <item>
      <title>Encrypt  and Decrypt  function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215565#M1007290</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;Please tell the function module names to Encrypt the code with key and Decrypt code with key.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i know these function module names&lt;/P&gt;&lt;P&gt;'FIEB_PASSWORD_ENCRYPT' and 'FIEB_PASSWORD_DECRYPT' &lt;/P&gt;&lt;P&gt;but its not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is there any other function modules? &lt;/P&gt;&lt;P&gt;if it is not there please tell the documentation of the to create  encrypt function module and decrypt function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Edited by: Craig Cmehil on Jul 18, 2008 10:01 AM&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 12:17:29 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215565#M1007290</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T12:17:29Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt  and Decrypt  function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215566#M1007291</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt; Use this function module&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; g_key           TYPE i VALUE 26101957,&lt;/P&gt;&lt;P&gt;      g_slen          TYPE i,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;g_slen = STRLEN( g_pwd ).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  CALL FUNCTION 'HTTP_SCRAMBLE'&lt;/P&gt;&lt;P&gt;    EXPORTING&lt;/P&gt;&lt;P&gt;      SOURCE      = g_pwd&lt;/P&gt;&lt;P&gt;      sourcelen   = g_slen&lt;/P&gt;&lt;P&gt;      key         = g_key&lt;/P&gt;&lt;P&gt;    IMPORTING&lt;/P&gt;&lt;P&gt;      destination = g_pwd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 12:32:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215566#M1007291</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T12:32:01Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt  and Decrypt  function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215567#M1007292</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh,&lt;/P&gt;&lt;P&gt;   &lt;/P&gt;&lt;P&gt;    Very thanks to your answer. &lt;/P&gt;&lt;P&gt;   But here if i used to this logic for encryption, How to write the decript logic.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;  Please tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 13:21:51 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215567#M1007292</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T13:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt  and Decrypt  function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215568#M1007293</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This message was moderated.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 16 Jul 2008 13:59:16 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215568#M1007293</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-16T13:59:16Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt  and Decrypt  function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215569#M1007294</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;try this it will do little bit closer to encription and decription&lt;/P&gt;&lt;P&gt;DATA:&lt;/P&gt;&lt;P&gt;g_key TYPE i VALUE 26101957,&lt;/P&gt;&lt;P&gt;g_slen TYPE i,&lt;/P&gt;&lt;P&gt;g_pwd type string VALUE 'Pass1234',&lt;/P&gt;&lt;P&gt;g_pwd1 type xstring ,&lt;/P&gt;&lt;P&gt;obj type ref to cl_http_utility.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CREATE OBJECT obj.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD obj-&amp;gt;if_http_utility~encode_utf8&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    unencoded         = g_pwd&lt;/P&gt;&lt;P&gt;  receiving&lt;/P&gt;&lt;P&gt;    encoded           = g_pwd1&lt;/P&gt;&lt;P&gt;  EXCEPTIONS&lt;/P&gt;&lt;P&gt;    conversion_failed = 1&lt;/P&gt;&lt;P&gt;    others            = 2&lt;/P&gt;&lt;P&gt;        .&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL METHOD obj-&amp;gt;if_http_utility~decode_utf8&lt;/P&gt;&lt;P&gt;  EXPORTING&lt;/P&gt;&lt;P&gt;    encoded           = g_pwd1&lt;/P&gt;&lt;P&gt;  receiving&lt;/P&gt;&lt;P&gt;    unencoded         = g_pwd&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt; EXCEPTIONS&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   conversion_failed = 1&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;   others            = 2&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;        .&lt;/P&gt;&lt;P&gt;IF sy-subrc &amp;lt;&amp;gt; 0.&lt;/P&gt;&lt;UL&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO&lt;/P&gt;&lt;/LI&gt;&lt;LI level="1" type="ul"&gt;&lt;P&gt;           WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;ENDIF.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;write:/ g_pwd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 17 Jul 2008 18:24:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215569#M1007294</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-17T18:24:24Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt  and Decrypt  function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215570#M1007295</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mukesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;      Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Please can you explain clearly.&lt;/P&gt;&lt;P&gt;    Here what is import and export parameters?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 06:59:59 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215570#M1007295</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T06:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt  and Decrypt  function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215571#M1007296</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this link &lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="5753724"&gt;&lt;/A&gt; &lt;SPAN __default_attr="16" __jive_macro_name="size"&gt;&lt;STRONG&gt;where you asked the same question last week.&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 10:04:27 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215571#M1007296</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-07-18T10:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt  and Decrypt  function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215572#M1007297</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Matthew,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;    Thanks for your answer.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   I tried all function modules, but i didn't get proper one. that is the reason  i posted a query this time is there any other possibility to create a encrypt and decrypt function function module.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;   Any one please tell me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 13:50:01 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215572#M1007297</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2008-07-18T13:50:01Z</dc:date>
    </item>
    <item>
      <title>Re: Encrypt  and Decrypt  function modules</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215573#M1007298</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fair enough.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are a number of places on the web that have algorithms for en/decryption.  It's not a trivial thing to write your own, but it would be possible.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;matt&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Jul 2008 14:04:33 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/encrypt-and-decrypt-function-modules/m-p/4215573#M1007298</guid>
      <dc:creator>matt</dc:creator>
      <dc:date>2008-07-18T14:04:33Z</dc:date>
    </item>
  </channel>
</rss>

