openpgp.rb icon indicating copy to clipboard operation
openpgp.rb copied to clipboard

[Retired] OpenPGP.rb is a pure-Ruby implementation of the OpenPGP Message Format (RFC 4880).

Results 4 openpgp.rb issues
Sort by recently updated
recently updated
newest added

I have implemented (for RSA keys) signing, verification, keysigning, and verification of key signatures. This includes the full or more full implementation of some packet types that were stubbed out...

Adding this script allows some basic testing of the functionality, besides being independently useful.

I've added code to make it dump packets instead of doing nothing. Regarding ``` #!/usr/bin/env ruby -rubygems ``` unfortunately, on some systems (e.g. Ubuntu Lucid), #! only splits the first...