File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 1+ ## Release version: 1.1.2
2+ * Runs in Microsoft Windows. In Windows, build using build.bat
3+ * BUG: Files encrypted in Linux is not getting decrypted properly in Windows
4+ and vice versa.
5+
16## Release version: 1.1.1
27
38* ** Change:** -D now works for both encryption and decryption. Deletes source
Original file line number Diff line number Diff line change @@ -30,7 +30,12 @@ arguments and calling tea routines to entrypt/decrypt entire files.
3030
3131## Build
3232
33- Run the ` build.sh ` file in shell. It will build in the local directory, but
33+ Run the
34+
35+ * ` build.sh ` (Linux) file in shell.
36+ * ` build.bat ` (Windows)
37+
38+ It will build in the local directory, but
3439will not install it anywhere. So no root is required.
3540
3641## Usage:
You can’t perform that action at this time.
0 commit comments