Implements a modified Vigenere cipher with $encrypt(key,string) and $decrypt(key,string) identifiers for encrypting and decrypting text strings using a user-supplied key. Encrypted output is double the length of the input, encoded via a base-4/binary pipeline with helper aliases for binary conversion.