summaryrefslogtreecommitdiffstats
path: root/tool/src/commands.rs
AgeCommit message (Expand)Author
2018-07-02openpgp: Create a special Option-like type for PacketParser.Neal H. Walfield
2018-06-20Consistently call passwords password, not passwd or passphrase.Justus Winter
2018-06-14openpgp: Move Tag into the packet module.Justus Winter
2018-06-06tool: Implement 'split' subcommand to split OpenPGP messages.Justus Winter
2018-05-31tool: Implement encryption subcommand.Justus Winter
2018-05-31tool: Improve decryption command.Justus Winter
2018-05-28openpgp: Encrypt with n passphrases.Justus Winter
2018-05-11tool: Allow hex-dumping when decrypting data.Justus Winter
2018-05-03tool: Extend dump to write hexdumps with maps.Justus Winter
2018-05-03tool: Move the decryption command to a new file.Justus Winter