p12ToPem
This JavaScript library allows you to easily extract the private key from a PKCS12 (.p12) file in a buffer or base64 encoded string. Usage is pretty simple and straightforward:
var p12ToPem = ;var p12File = fs;var privateKey = ;
This library is licensed under the BSD 2-clause license, copyright 2015 Zebrafish Labs, Inc.
See LICENSE
file for details.