Forum Discussion

ADS_PSI's avatar
ADS_PSI
Mentor
9 years ago
Solved

base64 encoding using Freemarker in custom component/endpoint

Hi all,

 

I need to encode the value of a query parameter in my http client request in Freemarker. I need base64 encryption for the same.

Is there any possible way for this?

 

Any help would be appreciated.

Thanks in advance.

 

Regards,

Madhu

 

3 Replies

  • ChristineC's avatar
    ChristineC
    Khoros Alumni (Retired)
    9 years ago

    Have you tried this base 64 util method? Please note that base 64 is a utility used for encoding and not encryption.

  • ADS_PSI's avatar
    ADS_PSI
    Mentor
    9 years ago

    ChristineC,

    Is there any method available for encryption in Freemarker?

     

    Thanks,

    Madhu