safe-go, branch HEAD Unnamed repository; edit this file 'description' to name the repository. 316ce298b0cedb94d1599dd8b0b8dd10971fedf9 2022-09-14T15:32:43Z 2022-09-14T15:32:43Z Cleanup flag usage for convenience and clarity Willy Goiffon dev@z3bra.org commit 316ce298b0cedb94d1599dd8b0b8dd10971fedf9 parent 99c2dc258f01e94c7d9bd53519d53ccd13b53e34 Author: Willy Goiffon <dev@z3bra.org> Date: Wed, 14 Sep 2022 17:32:43 +0200 Cleanup flag usage for convenience and clarity -e for encryption (default behavior) -d for decryption (-e and -d mutually exclusive) Remove trace of -p for password input Add possiblity to specify a file to read salt from (encrypt-mode only) 99c2dc258f01e94c7d9bd53519d53ccd13b53e34 2022-09-14T13:46:09Z 2022-09-14T13:46:09Z Remove -e flag as it's the default behavior Willy Goiffon dev@z3bra.org commit 99c2dc258f01e94c7d9bd53519d53ccd13b53e34 parent 4f9c1a811389f6bddcf7e627119a446d5199ded7 Author: Willy Goiffon <dev@z3bra.org> Date: Wed, 14 Sep 2022 15:46:09 +0200 Remove -e flag as it's the default behavior 4f9c1a811389f6bddcf7e627119a446d5199ded7 2022-09-14T13:45:45Z 2022-09-14T13:45:45Z Do not skip stream header on decrypt Willy Goiffon dev@z3bra.org commit 4f9c1a811389f6bddcf7e627119a446d5199ded7 parent 04337385eebc7b17f97ea326e219bbe2365a3a9f Author: Willy Goiffon <dev@z3bra.org> Date: Wed, 14 Sep 2022 15:45:45 +0200 Do not skip stream header on decrypt 04337385eebc7b17f97ea326e219bbe2365a3a9f 2022-09-14T13:40:00Z 2022-09-14T13:40:00Z Default to read/write on stdin/out Willy Goiffon contact@z3bra.org commit 04337385eebc7b17f97ea326e219bbe2365a3a9f parent 7c3738080e10f66d9b3892e6ce13cfe8c6fba4e0 Author: Willy Goiffon <contact@z3bra.org> Date: Wed, 14 Sep 2022 15:40:00 +0200 Default to read/write on stdin/out 7c3738080e10f66d9b3892e6ce13cfe8c6fba4e0 2022-09-14T08:13:03Z 2022-09-14T08:13:03Z Change program to generic encrypt/decrypt tool Willy Goiffon contact@z3bra.org commit 7c3738080e10f66d9b3892e6ce13cfe8c6fba4e0 parent e42736b586fc5a5eef31959a7800af18e9e44b6b Author: Willy Goiffon <contact@z3bra.org> Date: Wed, 14 Sep 2022 10:13:03 +0200 Change program to generic encrypt/decrypt tool e42736b586fc5a5eef31959a7800af18e9e44b6b 2022-09-12T13:42:07Z 2022-09-12T13:42:07Z First commit Willy Goiffon contact@z3bra.org commit e42736b586fc5a5eef31959a7800af18e9e44b6b Author: Willy Goiffon <contact@z3bra.org> Date: Mon, 12 Sep 2022 14:42:07 +0100 First commit