Skip to content

andreasbotsikas/pvk2pfxcore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compile pvk2pfxcore

pvk2pfxcore

A .net core 3.1 application to merge .cer and .pvk files into a .pfx file.

This solution is using the deprecated CryptImportKey function.

It obviously runs on windows only and is targeting x86.

Useful links:

  • PVK file format
  • Seclib source which contains the DllImport declarations and all the PVK file handling. Some minor modifications (alias HMAC) had to be done in the source code in order to compile in .net core.

About

A .net core implementation of pvk2pfx tool. Build for x86 windows only.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages