To Run the benchmark, please select mode, key size and data size and click "Run".
You can also click on "Run All" to run all the combinations.
The app may appear freeze when the benchmark is running. Please wait until the process finishes.
To Run the benchmark, please select mode, key size and data size and click "Run".
You can also click on "Run All" to run all the combinations.
The app may appear freeze when the benchmark is running. Please wait until the process finishes.
This example will demonstrate how to use FeedHenry security API to encrypt data using RSA public key on the client side and decrypt it on the server side.
This can be useful if app needs to send small amount of sensitive data to the server, e.g., credit card details.
To run this example, type anything to the input field and click on 'Submit'. You will see some logging message in the log area. The server will return the decrypted message in plain text.
This example will demonstrate how to use FeedHenry security API to generate secret key on the client, exchange the secret key using server's public key and finally implement two-way communication using the shared secret key to encrypt/decrypt data on both sides.
This can be useful if the app needs to exchange series of sensitive data with the server, e.g., online banking.
To run this example, click on the 'Login' button and see the logs. You can click on the 'Next' button to go to next page.