react-native-aes icon indicating copy to clipboard operation
react-native-aes copied to clipboard

Native module for AES encryption

Results 33 react-native-aes issues
Sort by recently updated
recently updated
newest added

in IOS I am able to genrate key by using this way `import Aes from "react-native-aes-crypto";` ` const generateKey = async (password, salt, cost, length) => Aes.pbkdf2(password, salt, cost, length,...

Hi, I'm getting an error when trying to compile on Android (iOS is fine) ```bash android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:39: error: package undefined does not exist import undefined.AesPackage; android/app/build/generated/rncli/src/main/java/com/facebook/react/PackageList.java:119: error: cannot find symbol new...