I had a few request to look into the PGP library I released for ColdFusion and Railo last year. It took me a while to understand my own code, then, a while longer to implement the features that I wanted to add ;o)
The main add on this time is the ability to create single pass signed files. This allows you to create a file where you are assured that only the authorized receiver can read them, while the receiver is assured that the sender is authentic as well. Yep, I know sound like cold-war stuff, but it is quite common scenario in financial exchanges to assure both sides that everything is the way it should be.
To a lesser level some other additions and bug fixes were completed as well.
All this, as usual is open source.
You can download code, examples, and implementation from here:
https://github.com/Bilal-S/cfpgp/releases/tag/2.0.0
Best,
B.
The main add on this time is the ability to create single pass signed files. This allows you to create a file where you are assured that only the authorized receiver can read them, while the receiver is assured that the sender is authentic as well. Yep, I know sound like cold-war stuff, but it is quite common scenario in financial exchanges to assure both sides that everything is the way it should be.
To a lesser level some other additions and bug fixes were completed as well.
All this, as usual is open source.
You can download code, examples, and implementation from here:
https://github.com/Bilal-S/cfpgp/releases/tag/2.0.0
Best,
B.