react-native-aes
Encryption library
Provides AES encryption and decryption capabilities in React Native applications.
aes encryption/decryption in react native
29 stars
6 watching
3 forks
Language: Objective-C
last commit: almost 9 years ago
Linked from 1 awesome list
Related projects:
Repository | Description | Stars |
---|---|---|
mvayngrib/react-native-crypto | Reimplements node's crypto module for use in React Native environments | 27 |
bhavanpatel/react-native-simple-encryption | A tool for encrypting and decrypting data in React Native applications | 25 |
nordmike/gibberish-aes-as3 | An implementation of AES encryption in ActionScript 3. | 0 |
remobile/react-native-des | A cryptographic library for secure data encryption and decryption in React Native applications | 22 |
invertase/react-native-apple-authentication | Provides support for Apple Authentication on iOS and Android in React Native apps | 1,416 |
azadkuh/mbedcrypto | A portable C++ library for encryption and decryption of binary data using various algorithms | 47 |
davylandman/aeslib | An Arduino library providing basic AES encryption/decryption functionality | 349 |
rustcrypto/aeads | A collection of authenticated encryption algorithms implemented in Rust | 728 |
jhumphry/ascon_spark | An implementation of the Ascon AEAD algorithm in Ada 2012 / SPARK 2014 for cryptographic encryption and decryption. | 3 |
paulmillr/noble-ciphers | A lightweight JavaScript implementation of multiple encryption algorithms | 213 |
jhumphry/spark_norx | An implementation of a widely used authenticated encryption algorithm | 8 |
vesvault/libves.c | An API library providing end-to-end encryption for data storage and transmission. | 37 |
vpeschenkov/securedefaults | A wrapper around UserDefaults/NSUserDefaults with an extra AES-256 encryption layer | 227 |
adamjmcgrath/reactnativesimpleauthexample | An example application demonstrating authentication functionality using react-native-simple-auth | 10 |
maythamfahmi/cryptonet | A lightweight C# library providing basic encryption and decryption capabilities using asymmetric (RSA) and symmetric (AES) encryption algorithms. | 101 |