Question

I want to use NSS (Network Security Services) for using AES functions through pkcs#11 interface, but I can not find any example. I use C++ for calling pkcs#11 functions.

How should I do it?

Was it helpful?

Solution

After search on the internet, I found another soft token, so I use the new soft token instead of NSS. The new soft token is OpenCryptoki. You can see more about this token in the fallowing link:

http://www.ibm.com/developerworks/linux/library/s-pkcs/

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top