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

Function Module for encrypting a string

Former Member
0 Likes
717

Hi,

Does anybody have a function module that encrypts / decrypts a string. The string to be encrypted is a 10-digit number.

The result must be a string which contains less than 15 characters.

I've seen the standard function modules, but I'm not satisfied with these functions

Regards,

GJ van Holland

4 REPLIES 4
Read only

athavanraja
Active Contributor
0 Likes
628

you can use cl_http_utility=>IF_HTTP_UTILITY~ENCODE_BASE64

method for base64 encoding and for decoding the same

cl_http_utility=>IF_HTTP_UTILITY~DECODE_BASE64

Regards

Raja

Read only

0 Likes
628

Hi Raja,

We are working on release 4.6C.

The Class cl_http_utility does not exist !

Read only

Former Member
0 Likes
628

Hi,

May be you can use this:

  • FM: FIEB_PASSWORD_DECRYPT

  • FM: FIEB_PASSWORD_ENCRYPT

Regards,

Read only

0 Likes
628

I'm not satisfied with these FIEB*-modules