Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
impratikjaiswal authored Sep 8, 2024
1 parent 4aa5fd8 commit a75947f
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
# asn1Play
ASN1 Encoder & Decoder based on [pycrate](https://github.com/P1sec/pycrate).
<BR>Currently supporting ASN1(s) of various versions of below specifications:
ASN.1 Encoder, Decoder & Validator.
<BR>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" )
<BR>However, Tool can be extended to support any ASN1 based conversion.
<BR>However, Tool can be extended to support any ASN1 based conversion (asn1schema of related specification needs to be added to tool).
<BR>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)
Expand Down Expand Up @@ -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
- output file utilize comments in case of directory or if file name is having $REMARKS

0 comments on commit a75947f

Please sign in to comment.