<?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 FM for DECRYPT in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417024#M200529</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Group,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am using the following code for decrypt the password which is encrypted the decrypt FM not working &lt;/P&gt;&lt;P&gt;properly,when I am writting the decrypted password it&lt;/P&gt;&lt;P&gt;is giving the blank,can any body suggest how to proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data enpwd(32) type c.&lt;/P&gt;&lt;P&gt;parameter pwd like enpwd .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="8" type="ul"&gt;&lt;P&gt;Encrypting *******************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'FIEB_PASSWORD_ENCRYPT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;IM_DECRYPTED_PASSWORD = pwd&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;EX_ENCRYPTED_PASSWORD = enpwd&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="8" type="ul"&gt;&lt;P&gt;Decrypting *******************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'FIEB_PASSWORD_DECRYPT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;IM_ENCRYPTED_PASSWORD = enpwd&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;EX_DECRYPTED_PASSWORD = pwd.&lt;/P&gt;&lt;P&gt;write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; pwd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 30 Jun 2006 10:52:25 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2006-06-30T10:52:25Z</dc:date>
    <item>
      <title>FM for DECRYPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417024#M200529</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Group,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I am using the following code for decrypt the password which is encrypted the decrypt FM not working &lt;/P&gt;&lt;P&gt;properly,when I am writting the decrypted password it&lt;/P&gt;&lt;P&gt;is giving the blank,can any body suggest how to proceed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Data enpwd(32) type c.&lt;/P&gt;&lt;P&gt;parameter pwd like enpwd .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="8" type="ul"&gt;&lt;P&gt;Encrypting *******************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'FIEB_PASSWORD_ENCRYPT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;IM_DECRYPTED_PASSWORD = pwd&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;EX_ENCRYPTED_PASSWORD = enpwd&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="8" type="ul"&gt;&lt;P&gt;Decrypting *******************&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;CALL FUNCTION 'FIEB_PASSWORD_DECRYPT'&lt;/P&gt;&lt;P&gt;EXPORTING&lt;/P&gt;&lt;P&gt;IM_ENCRYPTED_PASSWORD = enpwd&lt;/P&gt;&lt;P&gt;IMPORTING&lt;/P&gt;&lt;P&gt;EX_DECRYPTED_PASSWORD = pwd.&lt;/P&gt;&lt;P&gt;write &lt;span class="lia-unicode-emoji" title=":confused_face:"&gt;😕&lt;/span&gt; pwd.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 10:52:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417024#M200529</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T10:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: FM for DECRYPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417025#M200530</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;please check the following:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;Data enpwd(32) type c.
parameter pwd like enpwd .
&amp;lt;b&amp;gt;enpwd = pwd.&amp;lt;/b&amp;gt;
******** Encrypting *******************
CALL FUNCTION 'FIEB_PASSWORD_ENCRYPT'
EXPORTING
IM_DECRYPTED_PASSWORD = &amp;lt;b&amp;gt;en&amp;lt;/b&amp;gt;pwd
IMPORTING
EX_ENCRYPTED_PASSWORD = enpwd
.
clear pwd.
******** Decrypting *******************
CALL FUNCTION 'FIEB_PASSWORD_DECRYPT'
EXPORTING
IM_ENCRYPTED_PASSWORD = enpwd
IMPORTING
EX_DECRYPTED_PASSWORD = pwd.
write :/ pwd.&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;regards, Murugesh AS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Murugesh Arcot&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 11:05:41 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417025#M200530</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T11:05:41Z</dc:date>
    </item>
    <item>
      <title>Re: FM for DECRYPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417026#M200531</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Murugesh,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is still giving blank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 11:12:07 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417026#M200531</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T11:12:07Z</dc:date>
    </item>
    <item>
      <title>Re: FM for DECRYPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417027#M200532</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you please take &lt;/P&gt;&lt;P&gt;data : enpwd like enpwd .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Subhasish&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 11:15:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417027#M200532</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T11:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: FM for DECRYPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417028#M200533</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 check the &amp;lt;b&amp;gt;BOLD&amp;lt;/b&amp;gt; line of code and implement the same...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have checked on my system (46C)and this works.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards, Murugesh AS&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Message was edited by: Murugesh Arcot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 11:18:23 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417028#M200533</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T11:18:23Z</dc:date>
    </item>
    <item>
      <title>Re: FM for DECRYPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417029#M200534</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;I think some problem with DECRYPT , it is not working.&lt;/P&gt;&lt;P&gt;Check any Notes on that FM.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;vijay&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 11:21:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417029#M200534</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T11:21:20Z</dc:date>
    </item>
    <item>
      <title>Re: FM for DECRYPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417030#M200535</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The FM FIEB_PASSWORD_DECRYPT not writting the export parameter value&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 11:29:25 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417030#M200535</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T11:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: FM for DECRYPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417031#M200536</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In my system it isn't wprking correctly too&lt;/P&gt;&lt;P&gt;(4.7)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 11:32:24 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417031#M200536</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T11:32:24Z</dc:date>
    </item>
    <item>
      <title>Re: FM for DECRYPT</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417032#M200537</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;Try this code. I am doing with Class &lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;CL_HTTP_UTILITY&amp;lt;/b&amp;gt;.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Encrypting using the Method.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;IF_HTTP_UTILITY~DECODE_BASE64&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For Decrypting using the Method.&lt;/P&gt;&lt;P&gt;&amp;lt;b&amp;gt;IF_HTTP_UTILITY~ENCODE_BASE64&amp;lt;/b&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;
REPORT  zztest_pass                           .

PARAMETERS : pass(32) TYPE c.

DATA : passwd  TYPE string,
       encoded TYPE string,
       decoded TYPE string.

passwd = pass.
CONDENSE passwd.
CALL METHOD cl_http_utility=&amp;gt;if_http_utility~encode_base64
  EXPORTING
    unencoded = passwd
  RECEIVING
    encoded   = encoded.


CALL METHOD cl_http_utility=&amp;gt;if_http_utility~decode_base64
  EXPORTING
    encoded = encoded
  RECEIVING
    decoded = decoded.


WRITE : / 'Password Entered   :' , pass,
        / 'Encrypted Password :' , encoded,
        / 'Decrypted Password :' , decoded.

&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Arun Sambargi.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 30 Jun 2006 14:18:39 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/fm-for-decrypt/m-p/1417032#M200537</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2006-06-30T14:18:39Z</dc:date>
    </item>
  </channel>
</rss>

