SSLClient
SSLClient copied to clipboard
How to use AES256 encryption in this library
I want to use AES256 Encryption method using this library, Please Suggest How can I do this?
Thank You
Hello! SSLClient doesn't expose any encryption algorithms, but you should be able to use the API exposed by BearSSL (the TLS engine used by SSLClient) for AES. It looks like this blog shows how to use BearSSL's AES API, so that would be a good place to start. I would also recommend checking out the BearSSL documentation, particularly the symmetric encryption docs.