<?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 Password decoding ... in Application Development and Automation Discussions</title>
    <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-decoding/m-p/971461#M69745</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have to design a Login page in BSP ,it shd propt for SAP r/3 user id and password .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Evn though i can achieve it through SICF transaction ....i would like to maintain the same look and feel .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found it in USR02 -bcode ... is there any way to decode the password # keys ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose if i use the same encoded text for my password ...will it allow . ( i hope it might not be ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz clear my doubt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 23 Sep 2005 09:49:06 GMT</pubDate>
    <dc:creator>Former Member</dc:creator>
    <dc:date>2005-09-23T09:49:06Z</dc:date>
    <item>
      <title>Password decoding ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-decoding/m-p/971461#M69745</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;i have to design a Login page in BSP ,it shd propt for SAP r/3 user id and password .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Evn though i can achieve it through SICF transaction ....i would like to maintain the same look and feel .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found it in USR02 -bcode ... is there any way to decode the password # keys ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;suppose if i use the same encoded text for my password ...will it allow . ( i hope it might not be ...)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz clear my doubt &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rgds,&lt;/P&gt;&lt;P&gt;J&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 09:49:06 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-decoding/m-p/971461#M69745</guid>
      <dc:creator>Former Member</dc:creator>
      <dc:date>2005-09-23T09:49:06Z</dc:date>
    </item>
    <item>
      <title>Re: Password decoding ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-decoding/m-p/971462#M69746</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;this is definitively not possible. Sorry &lt;SPAN __jive_emoticon_name="sad"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Stefan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 10:42:26 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-decoding/m-p/971462#M69746</guid>
      <dc:creator>RieSe</dc:creator>
      <dc:date>2005-09-23T10:42:26Z</dc:date>
    </item>
    <item>
      <title>Re: Password decoding ...</title>
      <link>https://community.sap.com/t5/application-development-and-automation-discussions/password-decoding/m-p/971463#M69747</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nop,  this is a big security issue.  Just imagine every ABAPer cracking r/3 passwords.  You can however do some custom passwords if needed.  Check out the following.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE&gt;&lt;CODE&gt;


parameters: pass TYPE  FIEB_DECRYPTED_PASSWD.


write:/ pass.

call function 'FIEB_PASSWORD_ENCRYPT'
     exporting
          im_decrypted_password = pass
     importing
          ex_encrypted_password = pass.

write:/ pass.


call function 'FIEB_PASSWORD_DECRYPT'
     exporting
          im_encrypted_password = pass
     importing
          ex_decrypted_password = pass.

write:/ pass.

&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;Rich Heilman&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 23 Sep 2005 11:33:20 GMT</pubDate>
      <guid>https://community.sap.com/t5/application-development-and-automation-discussions/password-decoding/m-p/971463#M69747</guid>
      <dc:creator>RichHeilman</dc:creator>
      <dc:date>2005-09-23T11:33:20Z</dc:date>
    </item>
  </channel>
</rss>

