Skip to content

Encryption now uses Base64 format

Compare
Choose a tag to compare
@hasanbayatme hasanbayatme released this 16 Oct 07:30
· 14 commits to master since this release

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.