Tony Fung
Tony Fung
`CryptoES.TripleDES.encrypt(DATA, CryptoES.enc.Utf8.parse(KEY), { mode: CryptoES.mode.ECB, format: CryptoES.format.OpenSSL }); ` As title, seems crypto-es is unable to produce the same output in both encrypt and decrypt as crypto-js. The output seems...
``` "@ionic-native/firebase": "^4.9.0", "cordova-plugin-firebase": "^1.0.5", "cordova-plugin-firebase-authentication": "^1.0.1", "firebase": "^5.2.0", ``` Above are the related package installed. Not sure is it conflicted with other libraries. Thanks.