https://github.com/willneedit/unity-asn1-package
System.Format.Asn1 and DER, tailored for (networked) Unity applications
https://github.com/willneedit/unity-asn1-package
asn-1 asn1-der unity
Last synced: about 2 months ago
JSON representation
System.Format.Asn1 and DER, tailored for (networked) Unity applications
- Host: GitHub
- URL: https://github.com/willneedit/unity-asn1-package
- Owner: willneedit
- License: mit
- Created: 2023-08-23T13:37:54.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-02T11:44:26.000Z (over 2 years ago)
- Last Synced: 2025-05-30T07:27:47.338Z (about 1 year ago)
- Topics: asn-1, asn1-der, unity
- Language: C#
- Homepage:
- Size: 222 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Unity ASN.1 package
Unity capable adaptation of the .NET System.Formats.An1, and some tools for importing and exporting of keys in the ASN.1 DER format, compliant with OpenSSL's public and private RSA keys, a.k.a X.509 SubjectPublicKeyInfo and PKCS#8.
## License
System.Formats.Asn1 Copyright (c) .NET Foundation and Contributors - [see License](https://github.com/dotnet/runtime/blob/main/LICENSE.TXT)