Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Encrypting Password

Former Member
0 Likes
841

Hello,

We use the FM DB_CRYPTO_PASSWORD to encrpyt our password. The FM encrypt a word different on a non-UNICODE-System and an UNICODE-System.

At the moment we haven't an UNICODE-System. If we migrate our system into an UNICODE-System, is it possible to "translate" our "old" passwords stored in a data base, so that the passwords are also valid on the UNICODE-System?

Best regards,

Marion Kühl

2 REPLIES 2
Read only

former_member226999
Contributor
0 Likes
412

If the table is SAP standard then SAP take cares of translation of database into UNICODE but if it is in the Z name space then keep the program using this table unicode disabled so that it would work in the same was as it used to.

Thanks,

FY

Read only

Former Member
0 Likes
412

Hi,

this doesn't solve the problem. Once again: We encrypt the password with the FM DB_CRYPTO_PASSWORD and stored it in a data base table (our name space, not a SAP table). Then we migrated our SAP-System into a UNICODE-System, so that we can't keep any program (or function group) unicode disabled. After that the password will be enter the next time: We will encrypt the password (again with the FM DB_CRYPTO_PASSWORD) and compare with the encrypted password stored in the table. At the moment the result is different (on our test system).

Best regards,

Marion