From a75947f1ddacc99bbf222b905b6f193f1c2242f4 Mon Sep 17 00:00:00 2001 From: imPratik Date: Sun, 8 Sep 2024 16:36:09 +0530 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0acd731..1e3d41b 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,11 @@ # asn1Play -ASN1 Encoder & Decoder based on [pycrate](https://github.com/P1sec/pycrate). -
Currently supporting ASN1(s) of various versions of below specifications: +ASN.1 Encoder, Decoder & Validator. +
Currently supports various versions of below specifications along with their inherited specs: 1. [GSMA SGP.22](https://www.gsma.com/esim/esim-specification/ "GSMA SGP.22" ) 1. [TCA eUICC_Profile_Package (SAIP)](https://trustedconnectivityalliance.org/technology-library-sim-specifications/ "SAIP") 1. [GSMA SGP.32](https://www.gsma.com/esim/esim-specification/ "GSMA SGP.32" ) -
However, Tool can be extended to support any ASN1 based conversion. +
However, Tool can be extended to support any ASN1 based conversion (asn1schema of related specification needs to be added to tool). +
Supports large variety of encoding-decoding rules (DER, JER, JSON, BER, CER, APER, COER, OER, UPER etc). [![GitHub License](https://img.shields.io/github/license/impratikjaiswal/asn1Play)](LICENSE) [![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg)](CODE_OF_CONDUCT.md) @@ -136,4 +137,4 @@ To Refer Sample usages, search for below keywords in source code (\asn1Play\asn1 - For output_file, Both "directory path" and "file path" (identified based on any extension) are supported, Hence a path without extension will be considered as directory. - For input/output via files/directory, always enclosed path with r''. Here "r" denotes raw string and avoid escape sequences, otherwise it might be considered as normal input. - output keyword always utilize comments - - output file utilize comments in case of directory or if file name is having $REMARKS \ No newline at end of file + - output file utilize comments in case of directory or if file name is having $REMARKS