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

More algorithm config options

Open mjamry opened this issue 2 years ago • 0 comments

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 ?

mjamry avatar Sep 29 '23 07:09 mjamry