COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20201004074515/https://github.com/topics/csr
Here are
92 public repositories
matching this topic...
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
Updated
Sep 25, 2020
JavaScript
最小而美的Egg + React + SSR 服务端渲染应用骨架,同时支持JS和TS
Updated
Sep 8, 2020
TypeScript
Tools to bootstrap CAs, certificate requests, and signed certificates.
USB SPI programmer/debugger for CSR BlueCore bluetooth chips, based on FTDI USB to UART converter, for Linux and Windows
Python ASN.1 library with a focus on performance and a pythonic API
Updated
Oct 3, 2020
Python
Generate self-signed x.509 certificates for use with SSL/TLS
Updated
Feb 28, 2020
Shell
A PHP Framework that allows you to encode and decode arbitrary ASN.1 structures using ITU-T X.690 encoding rules
A dart package for many helper methods fitting common situations
Sparse matrix formats for linear algebra supporting scientific and machine learning applications
Showcase NextJS rendering strategies and pros/cons
Updated
Aug 26, 2020
TypeScript
PHP client library for Let's Encrypt (ACME v2)
Generate a certificate signing request (CSR) in iOS/macOS/watchOS/tvOS using Swift
Updated
Aug 29, 2020
Swift
Generate a CSR (Certificate Signing Request) in iOS
Updated
Sep 24, 2017
Objective-C
Code generation tool for configuration and status registers
Generate a CSR/Key via Python
Updated
Jan 20, 2020
Python
get to know the different render methods that the nextjs framework provides by exploring pokemons
Updated
Aug 2, 2020
TypeScript
A simple CSRF Token protection library for PHP. I t will help you to generate the random unique token and validate it to prevent CSRF attack.
Yet Another Openssl GUI : Qt based openssl GUI to create CSR, certificates, keys (RSA / DSA / EC)
CertMgr: Create and manage X.509 certificates
Updated
Sep 19, 2020
Java
Generate CSR (Certificate Signing Request) using Ruby and OpenSSL.
Updated
Sep 24, 2020
Ruby
Create CSR request with Google Cloud KMS or HSM
Use universal the Web Platform primitives, a patterns and Polymer Project for reusable, performant, maintainable code.
Librería para la gestión de WebServices de la Agencia Federal de Ingresos Públicos (AFIP - Organismo de hacienda de Argentina).
Updated
Sep 26, 2020
Shell
Generate CSR (Certificate Signing Request) with RSA or EC
Updated
Jan 8, 2020
Objective-C
A CUDA-based multi-GPU vertex-centric graph processing framework based on Warp Segmentation and Vertex Refinement techniques.
Updated
Mar 20, 2017
Cuda
Improve this page
Add a description, image, and links to the
csr
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
csr
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.
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" -