Page 1 of 1

[M4521] RSA Certification

Posted: 17 Aug 2022, 15:53
by chhsieh3
  • Application: This example code realizes Rivest-Shamir-Adleman (RSA) encryption and decryption by software on the M4521 series microcontroller (MCU) by Mbed TLS library.
  • BSP Version: M4521_BSP_CMSIS_V3.00.003
  • Hardware: NuTiny-SDK-M4521S
Mbed TLS is an available SSL (Secure Sockets Layer) library as open-source under the Apache 2.0 license or the GPL 2.0 license, containing a wealth of encryption and decryption functions that can be used for secure communication to avoid data eavesdropping.

This example code performs encryption and decryption operation of RSA with pure software way by Mbed TLS library, alleviating the problem that some evaluation boards cannot implement encryption and decryption functions in hardware.

You can download the sample code at https://www.nuvoton.com/resource-downlo ... 0506451264