You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
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 ?
The text was updated successfully, but these errors were encountered: