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: 

Help Requested: Decrypt file/string with BlowFish

Former Member
0 Kudos

Dear all,

is there any help or standard module to decrypt a file / value using the BlowFish encryption/decryption in a ABAP Coding?

I currently work on the following szenario and did unfortunately find a solution:

Customers are filling out a form on a web page and are attaching documents. The form is creating a E-Mail with some structured content

and if, something was attached, with the uploaded files. The webserver (coding is done in PHP / JavaScript / HTML) is encrypting the

values using BlowFish and sends the content via E-Mail to our SAP System.

So far so good... Picking up the E-Mail with a Job and ABAP Programm is clear to me, but I'm currently do not find any helpful

to decrypt the content using BlowFish. Unfortunately I also do have only ABAP Skills so I'm also not able to transfer the published C++ or C

coding to ABAP to do everything by myself.

Anyone of you already solved this issue or did write some code?

Thank you for your support in advance.

Points will be awarded.

Philipp

3 REPLIES 3

Former Member
0 Kudos

Hi Philipp,

have you found any answer here?

Need to encode and decode to blowfish in CRM.

Regards,

Georgios

former_member216168
Active Participant
0 Kudos

I had a similar issue some months ago. In my case, I could receive attachments with RAR, ZIP and 7Zip files. To resolve it, another guy made a "decompressor" in java for this kind of files, and we set it as command in SM69 transaction.

Can't you do something like this?

marspark
Participant
0 Kudos

Maybe you can try the blowfish-abap: https://github.com/hhelibeb/blowfish-abap