-
Updated
Apr 23, 2022 - JavaScript
#
certificate
Here are 105 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
PKI.js is a pure JavaScript library implementing the formats that are used in PKI applications (signing, encryption, certificate requests, OCSP and TSP requests/responses). It is built on WebCrypto (Web Cryptography API) and requires no plug-ins.
javascript
encryption
certificate
es6
signing
javascript-library
pkcs7
pki
plug-ins
asn
timestamp
crl
pkcs5
webcrypto
pki-applications
ocsp
tsp
-
Updated
May 5, 2022 - JavaScript
-
Updated
Sep 14, 2021 - JavaScript
A December of Algorithms is a small collection of algorithms to implement this December. Finish it all to get a certificate. 🎄
-
Updated
Jan 16, 2020 - JavaScript
HTTPS server running on localhost
nodejs
ssl
firefox
chrome
pwa
certificate
progressive-web-app
https
http2
localhost
local-development
hacktoberfest
https-server
ca
tsl
certification-authority
trust-certificates
-
Updated
Apr 26, 2022 - JavaScript
A Frida script to disable SSL certificate pinning in a target application
-
Updated
Mar 3, 2022 - JavaScript
Use AWS Lambda to manage SSL certificates for ACME providers like Let's Encrypt.
-
Updated
Mar 7, 2019 - JavaScript
Deploy Google and Wikipedia mirror with one command using now.sh.
-
Updated
Mar 6, 2021 - JavaScript
Strengthens TLS in React Native through Certificate Pinning
android
tls
ios
react-native
certificate
tls-certificate
certificate-pinning
tls-certificates
approov
certificate-pins
-
Updated
Apr 9, 2022 - JavaScript
Generation and validation of certificates using ethereum blockchain
react
nodejs
docker
certificate
certificates
ethereum
blockchain
truffle
certificate-transparency
rpc-server
mnemonic
web3js
ethereum-dapp
certificate-generation
metamask
infura
ganache
rinkeby-network
-
Updated
Feb 11, 2022 - JavaScript
check your website for issues with multiple tools and get PDF reports of the results
-
Updated
Apr 10, 2022 - JavaScript
-
Updated
Feb 26, 2022 - JavaScript
Generate PDF certificate using JavaScript
-
Updated
Jun 24, 2020 - JavaScript
Ghost blog with nginx proxy, lets encrypt ssl in a docker-compose (ready for production)
-
Updated
Apr 2, 2017 - JavaScript
Super simple self signed certificates
-
Updated
Nov 7, 2019 - JavaScript
is a package which gives you a possibility to run every OpenSSL command 🔒 in Node.js in a handy way. Moreover, parameters like -in, -keyin, -config and etc can be replaced by a raw data (Buffor).
nodejs
certificate
openssl
rsa
x509
ssl-certificate
rsa-key-pair
tls-certificate
public-key-cryptography
private-key-encryption
-
Updated
Dec 17, 2020 - JavaScript
An attempt to decode the Digital Covid Certificate (signed by the french app TousAntiCovid) - For Educational Purposes Only
-
Updated
Dec 2, 2021 - JavaScript
Blockchain Based Certificate Validation
certificate
reactjs
ethereum
dapp
ipfs
smart-contracts
decentralized
blockchain
truffle
certificate-transparency
solidity
blockchain-technology
multisig
ethereum-dapp
-
Updated
Feb 26, 2022 - JavaScript
ghost
commented
Nov 13, 2019
Right now, if a certificate exists but is not validated, the cert creator will just skip it and continue on. Instead, it should try and recreate the validation records for the cert and wait until it's validated. Essentially, it shouldn't be successful if a certificate isn't valid by the time it finishes.
www dev server with livereload, file watching, http2, https, self signed cert generation
-
Updated
Apr 26, 2020 - JavaScript
BTCert authenticates academic certificates by means of a digital credential that allows immediate verification by third parties. BTCerts uses blockchain and cryptographic techniques to create a certification infrastructure based on the standard Blockcerts
-
Updated
Apr 11, 2018 - JavaScript
Xcert token implementation for the Ethereum blockchain.
certificate
ethereum
smart-contracts
contract
standard
tokens
smart
token
contracts
certification
implementation
eth
certified
erc721
xcert
-
Updated
Sep 19, 2018 - JavaScript
Nodejs Library to check and report on the start and expiration date of a given SSL certificate for a given domain.
-
Updated
Apr 3, 2022 - JavaScript
Cloud Signature Consortium Remote Signature Service Provider in Node.js
nodejs
csc
mongodb
certificate
openssl
digital-signature
softhsm2
softhsmv2
cloud-signature-consortium
-
Updated
Apr 9, 2022 - JavaScript
Certification template with pdfkit in node.js 🏆
-
Updated
Apr 21, 2021 - JavaScript
saikiranrudra
commented
Aug 27, 2021
Could reduce image size using node:15-alpine
rema Image size
node:15-alpine3.13
node:15.0.0-buster
enhancement
New feature or request
help wanted
Extra attention is needed
good first issue
Good for newcomers
HackerRank.com React Certificate Solutions
-
Updated
Aug 25, 2021 - JavaScript
Federal PKI, X.509 certificate linter
-
Updated
Apr 25, 2022 - JavaScript
API for generating wallet passes from EU COVID-19 Vaccination Certificates
-
Updated
Jun 28, 2021 - JavaScript
Improve this page
Add a description, image, and links to the certificate topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the certificate topic, visit your repo's landing page and select "manage topics."


Simple read function for pkcs8 files - I've built something for this (in the process of.. simple as), will push for review if successful. Additional function in pem.js
Use case:
Verify/Read any pkcs8 file
Openssl steps
1.) Create a private key pair
openssl req -x509 -newkey rsa:4096 -keyout test.pem -out test.crt -days 365 -subj "/C=Test/ST=Test/L=London/O=Pemjs/OU=Pemjs/CN=Pemjs.com" -