Here are
122 public repositories
matching this topic...
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
Updated
Jun 29, 2021
JavaScript
最小而美的Egg + React + SSR 服务端渲染应用骨架,同时支持JS和TS
Updated
Jul 18, 2021
TypeScript
Tools to bootstrap CAs, certificate requests, and signed certificates.
A most advanced ssr framework support React/Vue2/Vue3 on Earth that implemented serverless-side render specification.
Updated
Jul 24, 2021
TypeScript
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
Jun 9, 2021
Python
A dart package for many helper methods fitting common situations
Generate self-signed x.509 certificates for use with SSL/TLS
Updated
Feb 28, 2020
Shell
A PHP library to encode and decode arbitrary ASN.1 structures using ITU-T X.690 encoding rules.
Sparse matrix formats for linear algebra supporting scientific and machine learning applications
Powerful tool for building full-stack and completely reactive user interfaces using PHP
Showcase NextJS rendering strategies and pros/cons
Updated
May 11, 2021
TypeScript
Code generation tool for configuration and status registers
Updated
May 22, 2021
Ruby
PHP client library for Let's Encrypt (ACME v2)
Generate a certificate signing request (CSR) programmatically on iOS/macOS/watchOS/tvOS devices
Updated
Jul 13, 2021
Swift
Generate a CSR (Certificate Signing Request) in iOS
Updated
Sep 24, 2017
Objective-C
Yet Another Openssl GUI : Qt based openssl GUI to create CSR, certificates, keys (RSA / DSA / EC)
Generate a CSR/Key via Python
Updated
Mar 25, 2021
Python
Get to know the different render methods that the Next.js framework provides by exploring Pokemons
Updated
May 11, 2021
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.
'국방프렌즈'는 군 생활을 하는 용사 및 군무원분들을 대상으로 온라인 비대면 상담 서비스를 제공하고 자유롭게 소통을 할 수 있는 커뮤니티 웹/앱 플랫폼입니다. 또한 병영생활에 도움이 되는 정보를 다양한 방법으로 제공하여 하나의 커뮤니티 체계를 이루는 것을 목표로 한 프로젝트입니다. 🇰🇷
Updated
Jul 20, 2021
TypeScript
CertMgr: Create and manage X.509 certificates
Create CSR request with Google Cloud KMS or HSM
@peculiar/x509 is an easy to use TypeScript/Javascript library based on @peculiar/asn1-schema that makes generating X.509 Certificates and Certificate Requests as well as validating certificate chains easy
Updated
May 31, 2021
TypeScript
Generate CSR (Certificate Signing Request) using Ruby and OpenSSL.
Updated
Sep 24, 2020
Ruby
Use universal the Web Platform primitives, a patterns and Polymer Project for reusable, performant, maintainable code.
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" -