asn1Decoding
Manage ASN.1 structures (binaries)
Install
- All systems
-
curl cmd.cat/asn1Decoding.sh
- Debian
-
apt-get install libtasn1-bin
- Ubuntu
-
apt-get install libtasn1-bin
- Alpine
-
apk add libtasn1
- Arch Linux
-
pacman -S libtasn1
- Kali Linux
-
apt-get install libtasn1-bin
- CentOS
-
yum install libtasn1-tools
- Fedora
-
dnf install libtasn1-tools
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install libtasn1-bin
- OS X
-
brew install libtasn1
- Raspbian
-
apt-get install libtasn1-bin
- Dockerfile
- dockerfile.run/asn1Decoding
- Docker
-
docker run cmd.cat/asn1Decoding asn1Decoding
powered by Commando
libtasn1-bin
Manage ASN.1 structures (binaries)
Manage ASN1 (Abstract Syntax Notation One) structures. The main features of this library are: * on-line ASN1 structure management that doesn't require any C code file generation. * off-line ASN1 structure management with C code file generation containing an array. * DER (Distinguish Encoding Rules) encoding * no limits for INTEGER and ENUMERATED values This package contains programs to encode, decode and parse asn1 data structures.
libtasn1-tools
Some ASN.1 tools
libtasn1-3-dbg
Manage ASN.1 structures (debugging symbols)
Manage ASN1 (Abstract Syntax Notation One) structures. The main features of this library are: * on-line ASN1 structure management that doesn't require any C code file generation. * off-line ASN1 structure management with C code file generation containing an array. * DER (Distinguish Encoding Rules) encoding * no limits for INTEGER and ENUMERATED values This package contains symbol files for debugging.
libtasn1
A library that provides Abstract Syntax Notation One (ASN.1, as
specified by the X.680 ITU-T recommendation) parsing and structures management, and Distinguished Encoding Rules (DER, as per X.690) encoding and decoding functions.
libtasn1-3-bin
transitional libtasn1-3-bin package
This is a transitional dummy package to ease the migration from libtasn1-3-bin to libtasn1-bin. You can safely remove this package.