From 214dc7204e672d8c683447a706a1d2f90743582b Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 28 Nov 2018 16:52:03 +0000 Subject: [PATCH 1/3] Update 'README.md' --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a462818..4d107a9 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,10 @@ part of the Bluecrypt suite. * [x] Online [Demo](https://coolaj86.com/demos/asn1-parser/) * [ ] Node.js (built, publishing soon) +# Need an ASN.1 Bulider too? + +Check out https://git.coolaj86.com/coolaj86/asn1-packer.js/ + # Demo From 2a69c280ee6e75035756617e08ac692c467560a0 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 28 Nov 2018 16:52:26 +0000 Subject: [PATCH 2/3] Update 'README.md' --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4d107a9..4f50b51 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ part of the Bluecrypt suite. * [x] Online [Demo](https://coolaj86.com/demos/asn1-parser/) * [ ] Node.js (built, publishing soon) -# Need an ASN.1 Bulider too? +### Need an ASN.1 Bulider too? Check out https://git.coolaj86.com/coolaj86/asn1-packer.js/ From 94789db04268da9a6ca8dc890216a5f60dd4ea45 Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 28 Nov 2018 16:53:44 +0000 Subject: [PATCH 3/3] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 4f50b51..b28f548 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # 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.
(< 150 with newlines and comments) @@ -17,7 +17,7 @@ part of the Bluecrypt suite. * [x] Online [Demo](https://coolaj86.com/demos/asn1-parser/) * [ ] 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/