문제

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?

도움이 되었습니까?

해결책

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/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top