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 upload PGP Encrypted data into application server

Former Member
0 Likes
688

Hi Experts,

Can anyone please let me know how to upload PGP encrypted data into application server for outbound and inbound interface(data from application is pulled by using a middleware tool webmethods and placed in SFTP).

Does creating Logical file path - with Syntax Group - Unix will do or do i need to handle that internally in my code.

Any suggestions.

Greets!

KR.

Hi Experts,

Can anyone please let me know how to upload PGP encrypted data into application server for outbound and inbound interface(data from application is pulled by using a middleware tool webmethods and placed in SFTP).

Does creating Logical file path - with Syntax Group - Unix will do or do i need to handle that internally in my code.

Any suggestions.

Greets!

KR.

1 REPLY 1
Read only

kiran_k8
Active Contributor
0 Likes
554

Karthik,

1.Write the file on the applicator server.

2.Using a 3rd party software encyrpt the file on the application server.This Encryption software will have a script which will identify the presence of the file on the designated path,enrypts the file and creates a new encrypted file with a new extension and then deletes the unencrypted file.Encryption software will reside on App server.


The same process can be followed on the presentation server as well.


Let's await replies on if there is any alternative approach.


K.Kiran.