·
14 commits
to master
since this release
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.