danang-id / simple-crypto-js

Simplified AES cryptography for safer and easier encryption and decryption processes of any JavaScript objects.
https://simplecrypto.js.org
MIT License
85 stars 27 forks source link

compatible with react-native? #11

Closed ashwindatye closed 4 years ago

ashwindatye commented 5 years ago

Hi Is simple-crypto-js compatible with react-native? i.e if I encrypt a string in nodejs (server) and try to decrypt it in react-native, it it gauranteed to work at all times?

danang-id commented 5 years ago

@ashwindatye As long as the secret parameter is the same, it will encrypt and decrypt the way it should be.