I plan to use the FTP scanner to scan an FTP site for PGP encrypted files. I will then decrypt the files and convert the resulting XML to a flat file format. After that, I will encrypt the flat file and send it off to one of various business partners, usually via FTP.
I've written the encryption and decryption code.
My question is this: Would I write custom pipeline stages for the encryption and decryption parts?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I use babeldoc from two months (so, I'm not a very qualificated expert)...
I've seen in the documentation a DecryptDocument stage type, so you can try with it.
I don't know if there exist a EncryptDocument stage type for the encryption....
If you find a solution to your problem, I suggest you to publish it, in order to make babeldoc more useful.
Bye.
Massimo
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I plan to use the FTP scanner to scan an FTP site for PGP encrypted files. I will then decrypt the files and convert the resulting XML to a flat file format. After that, I will encrypt the flat file and send it off to one of various business partners, usually via FTP.
I've written the encryption and decryption code.
My question is this: Would I write custom pipeline stages for the encryption and decryption parts?
Hi,
I use babeldoc from two months (so, I'm not a very qualificated expert)...
I've seen in the documentation a DecryptDocument stage type, so you can try with it.
I don't know if there exist a EncryptDocument stage type for the encryption....
If you find a solution to your problem, I suggest you to publish it, in order to make babeldoc more useful.
Bye.
Massimo
Hi,
the DecryptDocument stage type is both for decryption and encryption (you could use the attribute 'operation' of this stage type)..
Bye.
Massimo