Commit graph

  • c9f1527d49
    ssh-rsa and ssh-ed25519 decryption Jack Grigg 2019-10-16 18:45:11 +13:00
  • f1b853529d
    Parse OpenSSH private keys Jack Grigg 2019-10-16 18:31:26 +13:00
  • 14c5dfd2eb
    ssh-rsa and ssh-ed25519 encryption Jack Grigg 2019-10-16 14:57:18 +13:00
  • a772741ce2
    Parse OpenSSH public keys Jack Grigg 2019-10-16 12:19:46 +13:00
  • 41ddbfda89
    Switch to nom for parsing SecretKeys and RecipientKeys Jack Grigg 2019-10-15 23:17:04 +13:00
  • 5f180f65b8
    Move key and recipient parsing logic into library Jack Grigg 2019-10-15 22:20:36 +13:00
  • caa34e8ccb
    Parse SSH recipient lines Jack Grigg 2019-10-12 12:40:13 +13:00
  • 37e22e2448
    Binary for generating a man page Jack Grigg 2019-10-15 15:52:27 +13:00
  • 179a0941c8
    Use correct config directory for age files Jack Grigg 2019-10-15 15:09:55 +13:00
  • 147386c641
    Improve help text Jack Grigg 2019-10-15 14:57:33 +13:00
  • c0f7ea1240
    Use a BufReader so recipient and key files are not read into memory Jack Grigg 2019-10-15 14:43:44 +13:00
  • 7a6dc8ddf4
    cargo update Jack Grigg 2019-10-14 13:15:51 +13:00
  • a11b3a6935
    Improve unknown alias error message Jack Grigg 2019-10-14 12:21:56 +13:00
  • b35f4ac1c2
    Read keys and aliases from the default system location Jack Grigg 2019-10-14 12:21:14 +13:00
  • 9c9d240738
    Rename binary to rage Jack Grigg 2019-10-14 01:45:13 +13:00
  • ef0aeaed24
    Only send short, printable decrypted messages to stdout if bound to a TTY Jack Grigg 2019-10-14 01:39:02 +13:00
  • b227629a57
    Don't send encrypted output to stdout if bound to a TTY Jack Grigg 2019-10-14 00:17:46 +13:00
  • b885e28415
    Passphrase input improvements Jack Grigg 2019-10-14 00:05:04 +13:00
  • 86a988f8a4
    Clippy cleanups Jack Grigg 2019-10-13 21:48:46 +13:00
  • 038c9a74ed
    Remote key support Jack Grigg 2019-10-13 21:22:22 +13:00
  • 806b01474b
    Aliases flag Jack Grigg 2019-10-12 00:04:30 +13:00
  • 47699f20c7
    Enable reading list of recipients from a file Jack Grigg 2019-10-11 23:09:56 +13:00
  • 12729724fa
    Return an error when trying to decrypt a truncated message Jack Grigg 2019-10-11 19:15:08 +13:00
  • 51e3441229
    API naming tweaks Jack Grigg 2019-10-11 13:14:07 +13:00
  • d3f7f8f3c0
    Dynamically set scrypt work factor Jack Grigg 2019-10-11 10:00:54 +13:00
  • e8d1fdeca5
    Library examples Jack Grigg 2019-10-11 09:38:51 +13:00
  • 883647947a
    Refactor codebase and library API Jack Grigg 2019-10-11 08:42:01 +13:00
  • 5e39c27d9d
    Initial documentation Jack Grigg 2019-10-10 23:01:00 +13:00
  • 641022a60a
    Split out code that can be used as a library Jack Grigg 2019-10-10 18:37:33 +13:00
  • 9eb50f82f0
    Store the scrypt work factor as log_2(N) Jack Grigg 2019-10-10 08:02:08 +13:00
  • 6de95d13f7
    Add link to reference implementation Jack Grigg 2019-10-09 09:48:13 +13:00
  • 85a0f7b9ee
    CI workflow Jack Grigg 2019-10-09 09:46:11 +13:00
  • a3390c12eb
    Stream encryption and decryption instead of buffering in memory Jack Grigg 2019-10-09 08:40:15 +13:00
  • 4068fb34dc
    Passphrase encryption and decryption using scrypt Jack Grigg 2019-10-09 07:55:41 +13:00
  • cd407fc468
    Rename PublicKey to RecipientKey Jack Grigg 2019-10-09 07:36:11 +13:00
  • 91130366c1
    Crate metadata Jack Grigg 2019-10-09 00:15:53 +13:00
  • 90a8521047
    X25519 encryption Jack Grigg 2019-10-08 23:48:20 +13:00
  • 98b944095d
    Refactor message decryption to wrap a reader Jack Grigg 2019-10-08 23:11:24 +13:00
  • 17beea2349
    X25519 decryption Jack Grigg 2019-10-08 22:01:42 +13:00
  • 9dc34dc4da
    Primitive cryptographic operations Jack Grigg 2019-10-08 21:53:48 +13:00
  • 4d9abe8d26
    File IO for input, output, and keys Jack Grigg 2019-10-07 17:41:32 +13:00
  • d28ea539ac
    Message parsing Jack Grigg 2019-10-07 11:42:34 +13:00
  • 8e4bed6a6f
    Key generation Jack Grigg 2019-10-07 11:31:55 +13:00
  • 06602788b3
    Set up CLI arguments Jack Grigg 2019-10-06 19:18:11 +11:00
  • 789b7103f9
    Add README and license info Jack Grigg 2019-10-06 16:57:42 +11:00
  • 60dc6da4dc
    Initial empty binary crate Jack Grigg 2019-10-06 16:43:27 +11:00