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

How to encrypt the body of xml encode base64 using sha1 algorithm

vipinsaraika
Participant
0 Likes
1,028

Dear Gurus,


I have a requirement where I have to convert <body> of the xml using encoding base64 Sha-1 algorithm and put it in the signature value of the XML

I have generated the xml using call transformation XSLT_TOOL

Pls someone suggest

Dear Gurus,


I have a requirement where I have to convert <body> of the xml using encoding base64 Sha-1 algorithm and put it in the signature value of the XML

I have generated the xml using call transformation XSLT_TOOL

Pls someone suggest

1 REPLY 1
Read only

Sandra_Rossi
Active Contributor
0 Likes
904

SHA-1 is not encryption, it's hashing.

Please search the forum for SHA-1, it's been asked and answered a lot.