JonathanWilbur / asn1-ts

ASN.1 TypeScript library, including codecs for Basic Encoding Rules (BER) and Distinguished Encoding Rules (DER).
MIT License
32 stars 6 forks source link

BER sample to decode #12

Closed yboujraf closed 4 years ago

yboujraf commented 4 years ago

Dear @JonathanWilbur , @hamano

Thanks for this library in native typescript.

BER SAMPLE

I 'd like to know if you could decode this BER file generated by a telecom device.

https://www.dropbox.com/t/qqUueFLO5xOCCCDq

I 'd like to know if the library could support object size > 8M ?

BER DECODING IN JSON file

In the library, it will be great to read a ber file and decode it into json file and vice-versa ? What do you think ?

Best regards Joseph