Hello, You may be interested in a Coldfusion CFC I've written that wraps the nsdpgp3 PGP COM wrapper, and exposes all its methods. It's free and available at http://tamuri.cfdeveloper.co.uk/
It allows KeyID and UserID lookup, the listing of all valid keys on the keyrings, File/String analysis, File/String conventional encryption and decryption, File/String public key encryption, decryption, signing and verification, File wiping, key pair generation, key deletion, revocation, enabling and disabling, and key import and export from/to File/String/KeyServer. It requires PGP 8, but I imagine you can change it to use a different version of nsdpgp. I've also written a custom tag version - for CF5 - but haven't done anything but elementary testing on it. Let me know of any bugs/possible improvements etc. Cheers, Tamuri > > Check out www.pgpi.org and have a look at the programming libraries. > > > > There is a COM library on there for PGP 6.x which may be useful (it > may not > > be what you want though). > > That's great, thanks. > > I ain't no heavy-weight programmer, so the COM might be just > the ticket, so long as there are no issues with CFMX. -- ** Archive: http://www.mail-archive.com/dev%40lists.cfdeveloper.co.uk/ To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] For human help, e-mail: [EMAIL PROTECTED]
