asn1 / 0.2.3 last updated 10 months ago created on Jul 19th 2011
Install
npm install --save asn1
Clone
git clone git@github.com:mcavage/node-asn1.git
dependencies
No dependencies listed.
maintainers
arekinath
mcavage
pfmooney
versions
16 total
| 0.2.3 | 10 months ago | pfmooney |
| 0.2.2 | 2 years ago | mcavage |
| 0.2.1 | 2 years ago | mcavage |
| 0.2.0 | 2 years ago | mcavage |
| 0.1.11 | 5 years ago | mcavage |
| 0.1.10 | 5 years ago | mcavage |
| 0.1.9 | 5 years ago | mcavage |
| 0.1.8 | 5 years ago | mcavage |
| 0.1.7 | 5 years ago | mcavage |
| 0.1.6 | 5 years ago | mcavage |
| 0.1.5 | 5 years ago | mcavage |
| 0.1.4 | 5 years ago | mcavage |
| 0.1.3 | 5 years ago | mcavage |
| 0.1.2 | 5 years ago | mcavage |
| 0.1.1 | 5 years ago | mcavage |
| 0.1.0 | 5 years ago | mcavage |
readme
node-asn1 is a library for encoding and decoding ASN.1 datatypes in pure JS. Currently BER encoding is supported; at some point I'll likely have to do DER.
Usage
Mostly, if you're actually needing to read and write ASN.1, you probably don't need this readme to explain what and why. If you have no idea what ASN.1 is, see this: ftp://ftp.rsa.com/pub/pkcs/ascii/layman.asc
The source is pretty much self-explanatory, and has read/write methods for the common types out there.
Decoding
The following reads an ASN.1 sequence with a boolean.
Encoding
The following generates the same payload as above.
Installation
License
MIT.