🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more →

react-native-turbo-encryption

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-turbo-encryption - npm Package Compare versions

Comparing version

to
0.1.3

{
"name": "react-native-turbo-encryption",
"version": "0.1.2",
"version": "0.1.3",
"description": "A superfast encryption module for React native",

@@ -5,0 +5,0 @@ "source": "./src/index.tsx",

@@ -38,3 +38,16 @@ # react-native-turbo-encryption

### Comparison with other libraries
| **Module Name** | **Encryption Time (ms)** |
|-------------------------- |-------------------------|
| react-native-turbo-encryption | *5 ms* |
| react-native-aes-crypto | *30 ms* |
Note: react-native-aes-crypto has better security features than this . Prefer using that if security is your top priority.
### Screenshot of Performance Results:
![Performance Comparison Turbo](./assets/turbo.png)
![Performance Comparison](./assets/aes.png)
## License

@@ -41,0 +54,0 @@