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

SAP Cryptograph - SSF

Former Member
0 Likes
550

Hi experts,

I have to cryptograph and store a password in a transaparent table. Later I will recovery this password and send to a Java system. The Java will decryptograph the password.

I have been searching and find the SSF. Do I have to use SSF to acquire the result above?

Thanks a lot.

Jorge

Edited by: Jorge Castro on May 26, 2010 3:04 PM

Hi experts,

I have to cryptograph and store a password in a transaparent table. Later I will recovery this password and send to a Java system. The Java will decryptograph the password.

I have been searching and find the SSF. Do I have to use SSF to acquire the result above?

Thanks a lot.

Jorge

Edited by: Jorge Castro on May 26, 2010 3:04 PM

2 REPLIES 2
Read only

Former Member
0 Likes
501

Hi,

first explain what SSF is.

Perhaps function DB_CRYPTO_PASSWORD can help you. The only problem now is to know if Java has a class with a method which is able to decrypt the password you´ll send.

Read only

0 Likes
501

Jorge,

SSF stands for Secure Store & Forward.

The problem when use the fucntion that you said is the Java system. It must decrypt the password.

Thanks