This is a simple bash script to split a file into pieces based
on provided file size and encrypt the chunks individually.
The script also provides option to decrypt them and re-combine them.
Useful in cases you want to upload/download files over an insecure
connection with limited upload/download size limit.
#!/bin/bash