Application Development 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: 

Function Module for encrypting a string

Former Member
0 Kudos

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

athavanraja
Active Contributor
0 Kudos

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

0 Kudos

Hi Raja,

We are working on release 4.6C.

The Class cl_http_utility does not exist !

Former Member
0 Kudos

Hi,

May be you can use this:

  • FM: FIEB_PASSWORD_DECRYPT

  • FM: FIEB_PASSWORD_ENCRYPT

Regards,

0 Kudos

I'm not satisfied with these FIEB*-modules