python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Unable to solve crypto module in react-native
I'm trying to use web3 on my react-native application, but I get the error of "Unable to solve crypto module in react-native".
I tried to solve using rn-nodeify but I get even more error.
So...
xcsob
Votes: 0
Answers: 1
How do I decrpyt a message with AES when I have only the encrypted message and a key in flutter?
How do I decrypt a message when I have only the message and the key?
I know the key (as a string), and the encrypted message is returned from my friend's API (as a string). My friend uses CryptoJS to ...
C. Nutchanon
Votes: 0
Answers: 0
Nodejs crypto to Python jwt convert
I'm doing an integration with a gateway and they provided me with a mechanism to create signature of some payload and I'm trying to convert this Nodejs code into python
here is the payload we want to ...
Mostafa Mohamed
Votes: 0
Answers: 1
CryptoJS equivalent in PHP using openssl method
I created this question to share a PHP version (based on the version at CryptoJS extra parameter in AES Encrypt. How to replicate with PHP?) of a script that has the same return as CryptoJS, this vers...
Marcaum54
Votes: 0
Answers: 1