Date
Encrypts/Decrypts string containing date values in the format MM/dd/yyyy and produces a result in MM/dd/yyyy date format. The encrypted date will be valid date. Two different dates d1 and d2 may have values such that d1 may be earlier than d2 before encryption. After the encryption, it can not be guaranteed that d1 is earlier date than d2.
Example:
Input : 10/11/2011
Output : 02/28/2048
Encryption Service URL: https://services.cipherworks.io/cwEncrypt?keyContext=BigRing-BigKey-2.0&plainText=10/11/2011&type=DATE&tweak=01234567