Skip to content

Provides cmdlets to parse data structures in ASN.1 encoding with just PowerShell.

License

Notifications You must be signed in to change notification settings

bamcisnetworks/ASN.1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ASN.1

Introduction

This module provides cmdlets to work with and parse ASN.1 formatted data structures. There are numerous libraries that can help parse ASN.1, BER, DER, and CER formatted content, but I had not seen any done in PowerShell. This module is extremely useful to help parse RSA private keys from .PEM files and create RSACrytpoServiceProvider objects entirely in PowerShell without any external library dependencies.

Revision History

1.0.0.5

Moved verbose content to debug content.

1.0.0.4

Fixed endianess issues with byte arrays and conversions.

1.0.0.3

Fixed handling for context specific tag elements.

1.0.0.2

Adjusted handling for bit strings and unused bit space indicators.

1.0.0.1

Updated integer data handling.

1.0.0.0

Initial Release.

About

Provides cmdlets to parse data structures in ASN.1 encoding with just PowerShell.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published