react-native-aes
react-native-aes copied to clipboard
More algorithm config options
I would like to use the AES/CTR/NoPadding algorithm. It would also be nice to be able to pass and get bytes instead of strings as parameters and output.
It would be usable in my case, as i'm working at a low level with data sent over BLE.
Alternatively, can you advise how to properly convert Uint8Array into string acceptable by functions ?