Giter Site home page Giter Site logo

pfxviewer's Introduction

tool for work with PFX/PEM files

PFXviewer.exe let you view context of pfx and pem files PfxToPem.exe convert pfx to pem and pem to pfx

for decrypt private key in ENCRYPTED PRIVATE KEY and PRIVATE KEY the NCryptImportKey can be used with NCRYPT_PKCS8_PRIVATE_KEY_BLOB (in case ENCRYPTED need provide NCRYPTBUFFER_PKCS_SECRET type buffer) but all NCrypt* calls is rpc to ncryptprov.dll in lsass, so relative slow in Pkcs.cpp i provide own implementation (of course only reverse of NCryptImportKey internal work ) for this PkcsImportPlainTextKey and PkcsImportEncodedKey. it use bcrypt instead ncrypt and all calls in process, as result relative fast, and look like not known, if based on goole search look for DecryptPrivateKey implementation in Pkcs.cpp

Pem project is demo only for test bcrypt implementation of CryptImportKey(..NCRYPT_PKCS8_PRIVATE_KEY_BLOB..) and how to parse pem file (concept only)

pfxviewer's People

Contributors

rbmm avatar

Stargazers

Smith avatar  avatar  avatar KeyStrOke avatar  avatar  avatar Artifex Maximus avatar Computer button pusher // Pousseur de boutons en informatique  || SIN - SIN HACK - HACK || NO-CODE evangelist || Black coffee like my sense of humor avatar  avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.