Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

ASN.1 Decoder

Options
  • 10-03-2009 6:16pm
    #1
    Closed Accounts Posts: 1,567 ✭✭✭


    Hey folks, anyone know a decent (open source if possible) ASN.1 decoder?
    i need it for kerberos packets specically and don't want to write my own or piece together from several
    sources but its looking like i might have to..

    thanks


Comments

  • Registered Users Posts: 157 ✭✭TeaServer


    Well not knowing the exact details of what you need to do in the long term will make recommending something suitable tricky. In my experience finding Open source ASN.1 decoders that are any good is very difficult.

    These guys http://www.obj-sys.com/index.php offer a one month full feature trial, after the month you can still decode the ASN, but the tags wont be matched to the ASN.1 spec. Its very powerful, you can edit and create ASN records - great for testing (during the trial time only). Its expensive to get a full license though

    Another option I have used in the past was to use the perl module Convert::ASN1 and write a small wrapper script that does what ever you need to do.

    You will have to write some code, but its straightforward and you get exactly what you need....

    /T


  • Closed Accounts Posts: 1,567 ✭✭✭Martyr


    just incase anyone looks here, there is a program called 'dumpasn1' written by Peter Gutmann - its very good.

    http://www.cs.auckland.ac.nz/~pgut001/dumpasn1.c


Advertisement