Encryption

  • 24 Sep

    How to use PGP encryption with several keys

    How to use PGP encryption with several keys

    Q: I need to encrypt a file with several pgp public keys but in the window for encryption option, we can only select one public key file. Is there a way to set the PGP encryption output file for more than one recipient in Limagito so that more than one private key can open the file?

    A: Yes this is possible. PGP encryption is available in the Destination setup. Select PGP tab en click add ‘Public Key’ and select multiple key files. After they are selected, Click Open

    limagito file mover adding multiple pgp public keys

    Result will like this:

    limagito file mover pgp encryption and decryption option

    Feedback customer: That worked, thank you!

    If you need any info about this ‘several keys’ question, please let us know.

    #pgp #filetransfer #filemanagement

    Best regards,

    Limagito Team

  • 25 May

    Treatment Error in PGP Decryption

    Q: Treatment Error in PGP Decryption. I am writing a rule to decipher pgp files. Sometimes, I may have some error (ie. bad pgp key). In this case, I have the following error:

    Limagito File Mover Treatment Error

    I would like in this case to move the file in an other directory (ie. FILE IN ERROR). Is it possible ?

    A: Yes this is possible. We’ll use our Rule Events ‘On Error’ option. This event is triggered when an error occurs, in this case with the decryption in the Destination. We added some screenshots to get you started.

    • Please open the ‘Rule Events’ setup:

    Limagito File Mover Rule Events

    • Enable ‘On Error’ and add and enable the following ‘Pascal Script’ (be sure ‘On Error’ is selected). Don’t forget to adjust the ctErrorPath const.
    Const
      ctErrorPath = 'C:\Temp\'; // path must end with /
    Begin
      psExitCode:= 1;
      // ... add your code here
      psMoveFile(psFilePath + psFileName, ctErrorPath + psFileName);
    End.

    Limagito File Mover Rule Events Pascal Script

    Feedback customer:

    In the meanwhile, I had found another solution using command on the event After Move Error. But I switched back to your solution.

     

    #Filetransfer #Filemanagement

    If you need any info about this ‘Treatment Error in PGP Decryption’ question, please let us know.

    Best regards,

    Limagito Team

  • 01 Nov

    Q&A 28: We need to use the PGP encryption option in Limagito File Mover

    Q: We need to use the PGP encryption option that I understand that the software is capable of. Can you please send me a manual or instructions note on how to configure?

    A: Some screenshots to get you started:

    Please add WIN as Destination

    Limagito File Mover WIN as Destination

    Select the WIN Destination Directory (Setup Tab):

    Limagito File Mover Select WIN as Destination Folder

    Select Crypto Tab and Enable PGP Encryption (red markers):

    Limagito File Mover Enable PGP encryption

    Select PGP tab. In the following screenshot we used Passphrase as encryption type. Also Public Key for encryption is possible.

    Limagito File Mover PGP Encryption Setup

    If you need any help with the PGP encryption option, please let us know.

    Best Regards,

    Limagito Team

    By Limagito-Team Encryption Q&A ,
1 2
SEARCH