[python-win32] regarding asn in python

Kevin Horn kevin.horn at gmail.com
Mon Oct 26 23:17:48 CET 2009


On Mon, Oct 26, 2009 at 6:24 AM, a h <ah.kode at gmail.com> wrote:

> Hi
>
> I want to know to that is any compiler there that could produce asn parser
> in python. actually i have an asn file and i want to decode asn base encoded
> message.
> I found an asn1c compiler that can generate output files that can be used
> to decode the message, but those files are in C or java. i want it in
> python.
>
> Thanks & Regards
> ah
>
> _______________________________________________
> python-win32 mailing list
> python-win32 at python.org
> http://mail.python.org/mailman/listinfo/python-win32
>
>
Well, there's this project:

http://pyasn1.sourceforge.net/

which includes BER, CER, and DER codecs, but it doesn't look like it has an
ASN compiler.

Kevin Horn
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-win32/attachments/20091026/d05231b9/attachment.htm>


More information about the python-win32 mailing list