Key: The key is case-sensitive and must be between 1 and 64
alphanumeric characters long.
Space (" ") and period (".") are also supported. You can generate a random key for the
strongest encryption.
Base64: Enabling base64 allows all characters to be used and
can create a stronger key if
the original key is short. If the base64 includes "/" or "+", these characters will be
replaced by space and period respectively.
Group size: The encryption process occurs in blocks, using chunks
of the input and mixing them together.
Group size determines how many characters will be encrypted together at a time. If multiple
group sizes are entered the encryption will cycle through them. A group size of "1" will not provide encryption.