IronCoreLabs / ironhide

Tool to easily encrypt and decrypt files to users and groups. Similar to GPG, but usable at scale.
GNU Affero General Public License v3.0
46 stars 6 forks source link

Don't create empty output files #91

Closed BobWall23 closed 1 year ago

BobWall23 commented 1 year ago

If ironoxide operation fails, don't leave an empty output file. Try to perform operation first, then create output file.

Signed-off-by: Bob Wall bob.wall@ironcorelabs.com

coltfred commented 1 year ago

LGTM!