Chapter 5: My fifth week in AESTE
This is my fifth week in AESTE. Yes !! I had solved the 4096 RSA key encrytption problem. The solution is change the FP_MAX_BITS to 8192, then all the problems solved. This week my task is to generate a 1024 RSA key by PIC32, generate serial number and MAC address. Generate 1024 RSA key by PIC32: PIC32 need to generate 1024 RSA key and print the public key. There are few problems I faced when I doing this. I found that Read more…