Beefy Boxes and Bandwidth Generously Provided by pair Networks
more useful options
 
PerlMonks  

Re^3: Customer data encryption

by salva (Canon)
on Feb 26, 2007 at 09:16 UTC ( [id://602087]=note: print w/replies, xml ) Need Help??


in reply to Re^2: Customer data encryption
in thread Customer data encryption

SFTP is actually a full featured remote file system protocol. Using it, it would be posible to process the data without downloading it first to the local harddisk. You could even write the output file directly on the remote host so sensible data never gets stored on your system.

Net::SFTP or Net::SFTP::Foreign would allow you to do so.

For maximun security, ssh keys should be protected by a keyphrase, but that would require to launch the process manually.

Replies are listed 'Best First'.
Re^4: Customer data encryption
by 0xbeef (Hermit) on Mar 01, 2007 at 14:28 UTC
    Regarding SFTP, I would not like to make to make many assumptions about the customer. Consider the network policies of the institution. At most banks where I provide support, almost every outgoing protocol (FTP/SSH/SFTP) is blocked. Some organisations ONLY allow HTTP/HTTPS, so I would then have to set up a SSH tunnel over HTTP, which adds additional complexity and assumptions into the mix.

    In other words, if I do provide an SSH/SFTP mechanism, I would consider it a secondary method.

    Niel

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://602087]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others studying the Monastery: (4)
As of 2024-03-28 17:04 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found