views:

61

answers:

1
+1  Q: 

OpenPGP library

Is there a library to create OpenPGP keys, or to encrypt a file using OpenPGP?

+1  A: 

You can look at GPGMe. See the manual entries on generating keys and encrypting a plain-text.

There are Objective-C bindings, but you could also just use it directly.

Matthew Flaschen