#
asn1
Here are 136 public repositories matching this topic...
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
javascript
tls
cryptography
crypto
certificate
aes
cipher
md5
pbkdf2
pkcs7
x509
asn1
hmac
sha1
sha256
csr
message-digest
pkcs
pkcs1
pkcs12
-
Updated
Sep 29, 2021 - JavaScript
The 'jsrsasign' (RSA-Sign JavaScript Library) is an opensource free cryptography library supporting RSA/RSAPSS/ECDSA/DSA signing/validation, ASN.1, PKCS#1/5/8 private/public key, X.509 certificate, CRL, OCSP, CMS SignedData, TimeStamp, CAdES JSON Web Signature/Token in pure JavaScript.
cms
encryption
certificate
aes
signature
rsa
sha2
x509
asn1
ecdsa
sha1
timestamp
crl
decryption
ocsp
3des
dsa
-
Updated
Sep 30, 2021 - HTML
Reading and Validating In App Purchase Receipt Locally.
macos
swift
verify
ios
osx
cocoapods
payment
pkcs7
asn1
in-app-receipt
receipt
purchase
catalyst
in-app-purchase
receipt-verification
receipt-validation
swift5
-
Updated
Sep 24, 2021 - Swift
ASN1js is a pure JavaScript library implementing a full ASN.1 BER decoder and encoder.
-
Updated
Apr 26, 2021 - JavaScript
ETSI ITS G5 GeoNetworking stack, in Java: CAM-DENM / ASN.1 PER / BTP / GeoNetworking
-
Updated
Oct 25, 2020 - Java
IOL0ol1
opened
Jun 5, 2020
Web components for viewing lists of certificates and certificates
web-component
certificate
decoding
x509
pki
asn1
webpki
x509-parser
certificate-viewer
certificates-viewer
x509-viewer
-
Updated
Sep 1, 2021 - TypeScript
Abstract Syntax Notation One (ASN.1) binary parser to support Distinguished Encoding Rules (DER) in .NET
-
Updated
Jun 18, 2021 - C#
ASN.1 Decoder in swift.
-
Updated
Oct 22, 2020 - Swift
ASN.1 TypeScript library, including codecs for Basic Encoding Rules (BER) and Distinguished Encoding Rules (DER).
-
Updated
Sep 26, 2021 - TypeScript
Improve this page
Add a description, image, and links to the asn1 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the asn1 topic, visit your repo's landing page and select "manage topics."
Task
Implement RFC 6960 as
pub mod ocsp;inrasn-pkix. Currently using the 1998 syntax version is preferred, as the 2008 syntax requires classes from RFC 5912 which isn't implemented currently (see #44).