📅 2014-Apr-17 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ exif, exiftool ⬩ 📚 Archive
The convert tool in ImageMagick can be used to strip out all EXIF information from an image like this:
$ convert in.jpg -strip out.jpg
See my EXIFTool Cheatsheet for a command to do this.