It isn't good to fill glogal namespace, so it is better to put all function in naespace like `easy_encryption`. Also, it is very important to protect headers with include guards (or `#pragma once`, or even better both).