Merge branch 'master' of ssh://git.coolaj86.com:22042/coolaj86/asn1-parser.js
This commit is contained in:
commit
29dcd995d5
|
@ -1,6 +1,6 @@
|
||||||
# Bluecrypt ASN.1 Parser
|
# Bluecrypt ASN.1 Parser
|
||||||
|
|
||||||
An ASN.1 parser in less than 100 lines of Vanilla JavaScript,
|
An ASN.1 decoder in less than 100 lines of Vanilla JavaScript,
|
||||||
part of the Bluecrypt suite.
|
part of the Bluecrypt suite.
|
||||||
<br>
|
<br>
|
||||||
<small>(< 150 with newlines and comments)</small>
|
<small>(< 150 with newlines and comments)</small>
|
||||||
|
@ -17,6 +17,10 @@ part of the Bluecrypt suite.
|
||||||
* [x] Online [Demo](https://coolaj86.com/demos/asn1-parser/)
|
* [x] Online [Demo](https://coolaj86.com/demos/asn1-parser/)
|
||||||
* [ ] Node.js (built, publishing soon)
|
* [ ] Node.js (built, publishing soon)
|
||||||
|
|
||||||
|
### Need an ASN.1 Builder too?
|
||||||
|
|
||||||
|
Check out https://git.coolaj86.com/coolaj86/asn1-packer.js/
|
||||||
|
|
||||||
# Demo
|
# Demo
|
||||||
|
|
||||||
<https://coolaj86.com/demos/asn1-parser/>
|
<https://coolaj86.com/demos/asn1-parser/>
|
||||||
|
|
Loading…
Reference in New Issue