JElchison / encrypt-tool

Bash script to encrypt/decrypt arbitrary files using OpenSSL. Useful for maintaining encrypted versions of files in the cloud (such as Dropbox), such that local plaintext edits never appear in Dropbox's "previous versions" history.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Encryption OUTPUT_FILE should accommodate input filenames without extension

JElchison opened this issue · comments

Instead of replacing last extension with '.bin', strip last extension then add '.bin'