Part Number: SK-TDA4VM
Hello,
Why cannot a key pair be generated using the following rsa command?

Regards,
Gary
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Part Number: SK-TDA4VM
Hello,
Why cannot a key pair be generated using the following rsa command?

Regards,
Gary
Hello,
But when using the engine id, sm2, des3, sm4, md5 can succeed?
sm4 algorithm
Encryption:
openssl enc -sm4-cfb -in input.txt -out encrypted_sm4.bin -K 0123456789abcdef0123456789abcdef -k 012345 -iter 100 -engine devcrypto
Decrypt:
openssl enc -d -sm4-cfb -in encrypted_sm4.bin -out decrypted_sm4.txt -K 0123456789abcdef0123456789abcdef -k 012345 -iter 100 -engine devcrypto


Regards,
Gary
HI Gary
But when using the engine id, sm2, des3, sm4, md5 can succeed?
Only des3 IS supported by crypto accelerator driver reset of the things are SW fallback.
Regards
Diwakar
Hello,
Why does the RSA algorithm not support SW fallback?
Regards,
Gary
Hi Gary,
I am taking over this thread from Diwakar, as he is going to be OOO for the next 3 weeks.
I will have to look into this next week.
Meanwhile, can you confirm what SDK you are using?
regards
Suman