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

Decrypted file is written to cwd #90

Closed cjyar closed 1 year ago

cjyar commented 1 year ago

If I run ironhide file decrypt a/file.iron, it writes the output to file. To maintain compatibility with previous ironhide, it should write output to a/file.

cjyar commented 1 year ago

Thanks, @BobWall23. https://github.com/IronCoreLabs/actions-test/actions/runs/3698455013 looks like it works.