Open wuhuaqing opened 5 years ago
Chinese characters garbled:
var blockCipher = new BlockCipher(new DESEngine(), DESKEY); String ciphertext = blockCipher.encodeB64("吃饭"); String decodeStr= blockCipher.decodeB64(ciphertext );
the result Incorrect!!!
same issue
https://github.com/coder-free/tripledes-dart.git this fixed it.
Chinese characters garbled:
the result Incorrect!!!