Update 'README.md'
This commit is contained in:
parent
2a69c280ee
commit
94789db042
|
@ -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,7 +17,7 @@ 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 Bulider too?
|
### Need an ASN.1 Builder too?
|
||||||
|
|
||||||
Check out https://git.coolaj86.com/coolaj86/asn1-packer.js/
|
Check out https://git.coolaj86.com/coolaj86/asn1-packer.js/
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue