Encryption now uses Base64 format
Encryption now uses Base64, according to the #5 issue, now we are using Base64 format to prevent further issues and problems with binary serialization and deserialization that was getting caused by using Encoding class.
Thanks.