rootCR.cer
C / C++ / MFC
1
Posts
1
Posters
0
Views
1
Watching
-
Hello Experts, I want to read .cer file generated by RootCA. I want to encrypt scramble it with some garbage data and make .cer file unsuable, then I want to remove the garbage data from .cer file so it could be useful again. I wanna do it because if I give anybody a .cer file to install it on some machine, he should not be able to steal it. The only way this .cer file could be installed in Authority Store is by my program which gets the confirmation before removing the garbage data from a webservice and sends that webservice client's IP and username. I tried opening the file in C and C++ both couldnt read the file. Can I do it in VC++?. If I can then how? Thanks Alot in Advance