Input
Output
OIDs
ASN.1 Decoder by: manaslu_eiger@yahoo.co.jp
Original from: www.geocities.co.jp/SiliconValley-SanJose/3377/asn1JS.js
I've made some changes.
Input can be:
30 03 02 01 ff (HEX string)
30030201ff (HEX string, without space)
30 03 02 01 FF (HEX string, upper case)
30030201FF (HEX string, without space, upper case)
MAMCAf8= (BASE64/PEM)
Carriage-returns, line-feeds, and tab will be ignored as white space.
Each HEX token must be two digits. I.E. use 03 instead of 3.