Skip to content

0.9.0

Latest

Choose a tag to compare

@vijayshiyani vijayshiyani released this 25 Sep 05:22
· 14 commits to master since this release
d7770e9

Allow separate encoding for string and binary.

The previous version default encoding was 'raw', suitable for binaries and 1-byte UTF-8 string. It was not suitable to encrypt and decrypt multi bytes UTF-8 string. e.g. data string '鍵键' encrypted with 'raw' encoding will produce incorrect decrypted value.

This version introduces separate encoding for string and binary and provides two different methods to encrypt and decrypt string and binary.