Results 1 to 10 of 11

Thread: Sending things securely?

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Senior Member CeeBee's Avatar
    Join Date
    Jan 2014
    Posts
    1,677
    vCash
    1792
    Points
    147,829
    Bank
    0
    Total Points
    147,829
    Donate
    PGP-encrypted (2048 bit +) over SFTP. That's what most financial institutions use.

  2. #2
    Senior Member Webhead's Avatar
    Join Date
    Jan 2014
    Posts
    1,829
    vCash
    500
    Points
    712,035
    Bank
    0
    Total Points
    712,035
    Donate
    Quote Originally Posted by CeeBee View Post
    PGP-encrypted (2048 bit +) over SFTP. That's what most financial institutions use.
    Secure yes,... but doing it this way would require a good amount of user training. And if it's anymore more complicated then simply attaching a file, they never want to do it.

  3. #3
    Senior Member CeeBee's Avatar
    Join Date
    Jan 2014
    Posts
    1,677
    vCash
    1792
    Points
    147,829
    Bank
    0
    Total Points
    147,829
    Donate
    No big training. Create a drop folder on the encryption server and have a script poll that folder for new files and encrypt them. Files will be available in encrypted format within seconds. Easy to do in a batch or powershell script.
    There are also apps that can do it automagically for the user, but the dictator in me wouldn't trust the users with giving them the encryption keys.
    When you work with other parties you MUST choose a solution that can be implemented on any common OS (XP to Win8 and several Unix/Linux flavors). Financial institutions usually deal with PGP and they will *NOT* allow the installation of whatever software you want them to use - you must conform to what they use.
    Some may require you to drop the files on a FTP site so your users must be ready to do it - or you can have a script handle that too...
    Last edited by CeeBee; 10-22-2014 at 01:22 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •