1

i have Messaging app in react native and messages coming from nodejs back end which is encrypted but when i try to decrypt in my react native app using react-native-crypto-js it is not working. so i want to use a library that works on both nodejs backend and React native app .

any solutions?

3
  • What is the encryption that you use on your back end? Commented Jan 28, 2020 at 5:30
  • cryptography.js Commented Jan 28, 2020 at 5:32
  • You mean CryptoJS: github.com/brix/crypto-js ? Commented Jan 28, 2020 at 5:34

2 Answers 2

2

You must be looking for something like Hybrid Crypto

Sign up to request clarification or add additional context in comments.

3 Comments

thanx a lot . i will use it and check it .
can i use this library of there is angular.js backend ?
Also if you find the solution useful you can accept and answer and upvote it. Thanks. Happy Coding :P
0

You can also try using JSEncrypt https://github.com/travist/jsencrypt

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.