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

DECRYPT THE FILE DOWNLOADED

Former Member
0 Likes
416

Hi Friends,

I have a small issue to share with you.

My program fetches the payment file which is of .TXT, before that it was encrypted using external operating command, the command name is YDBCRYPT and the Operating system LINUX.

Now i need to decrypt the file to view the data how it can be done.

quick answer can be given points.

Advance thanks,

Chandra.

Hi Friends,

I have a small issue to share with you.

My program fetches the payment file which is of .TXT, before that it was encrypted using external operating command, the command name is YDBCRYPT and the Operating system LINUX.

Now i need to decrypt the file to view the data how it can be done.

quick answer can be given points.

Advance thanks,

Chandra.

1 REPLY 1
Read only

Former Member
0 Likes
358

Hi,

You cannot decrypt w/o knowing the encryption logic.

I believe you'll have to get the decryption logic from people who sent it to you and then implement it in report.

This report will first read it then decrypt it and then you can proceed for other processing.

Alternatively you can create a shell script in your own system with the decryption logic that should be provided to you and then after decrypting you can use this file.

Hope this clears the doubt

Regards

Nishant