<?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: regarding encryption and decryption in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-encryption-and-decryption/m-p/2455680#M550643</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1121237"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 03 Jul 2007 05:19:55 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2007-07-03T05:19:55Z</dc:date>
    <item>
      <title>regarding encryption and decryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-encryption-and-decryption/m-p/2455679#M550642</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone tell me something about the ecryption and decryption of a program&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;what is this all about and what are the methods to encrypt and decrypt a program??&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have to encrypt a bdc...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;waiting for your reply&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 05:17:50 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-encryption-and-decryption/m-p/2455679#M550642</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T05:17:50Z</dc:date>
    </item>
    <item>
      <title>Re: regarding encryption and decryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-encryption-and-decryption/m-p/2455680#M550643</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Ashish,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check this link.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive_macro jive_macro_message" href="https://community.sap.com/" __jive_macro_name="message" modifiedtitle="true" __default_attr="1121237"&gt;&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Reward if useful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Aneesh.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 05:19:55 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-encryption-and-decryption/m-p/2455680#M550643</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T05:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: regarding encryption and decryption</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-encryption-and-decryption/m-p/2455681#M550644</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;Use the following FM to encrypt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FIEB_PASSWORD_ENCRYPT' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Use the following FM to decrypt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;CALL FUNCTION 'FIEB_PASSWORD_DECRYPT' &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;By these FM you can encrypt &amp;amp; decrypt any fields of the Program. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Two more things: &lt;/P&gt;&lt;P&gt;1. You can't use these FM to decode user passwords. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;2. Although their import parameters are case sensitive, when you test them from se37, the import parameters are converted to uppercase (thus, it may seem that they aren't working).  A suggestion: encapsulate them in a custom FM that receives a string to be encrytped/decrypted and a parameter that says if you want to encrypt or decrypt and call this fm from your program. Test them very carefully, because once the string has been encrypted the decryption side is the only way to get it back. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;function zsecurtext. &lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;"&lt;/STRONG&gt;"Interfase local &lt;/P&gt;&lt;P&gt;*"  IMPORTING &lt;/P&gt;&lt;P&gt;*"     REFERENCE(INTEXT) TYPE  FIEB_DECRYPTED_PASSWD OPTIONAL &lt;/P&gt;&lt;P&gt;*"     REFERENCE(ENCRYPT) TYPE  C OPTIONAL &lt;/P&gt;&lt;P&gt;*"  EXPORTING &lt;/P&gt;&lt;P&gt;*"     REFERENCE(OUTTEXT) TYPE  FIEB_DECRYPTED_PASSWD &lt;/P&gt;&lt;P&gt;*"----&lt;/P&gt;&lt;HR originaltext="-----------------------------------------------------------------" /&gt;&lt;P&gt; &lt;/P&gt;&lt;UL&gt;&lt;UL&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;NOTE: This code doesn't work if run from se37. You should &lt;/P&gt;&lt;/LI&gt;&lt;LI level="2" type="ul"&gt;&lt;P&gt;encrypt &lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;/UL&gt;&lt;P&gt;  if encrypt = 'X'. &lt;/P&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 = intext &lt;/P&gt;&lt;P&gt;         importing &lt;/P&gt;&lt;P&gt;              ex_encrypted_password = outtext. &lt;/P&gt;&lt;P&gt;   else. &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 = intext &lt;/P&gt;&lt;P&gt;         importing &lt;/P&gt;&lt;P&gt;              ex_decrypted_password = outtext. &lt;/P&gt;&lt;P&gt;  endif. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;endfunction. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;dinesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jul 2007 05:52:10 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/regarding-encryption-and-decryption/m-p/2455681#M550644</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2007-07-03T05:52:10Z</dc:date>
    </item>
  </channel>
</rss>

