Here are
162 public repositories
matching this topic...
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
Updated
Apr 23, 2022
JavaScript
最小而美的Egg + React + SSR 服务端渲染应用骨架,同时支持JS和TS
Updated
Dec 7, 2021
TypeScript
A most advanced ssr framework support React/Vue2/Vue3 on Earth that implemented serverless-side render specification.
Updated
Apr 26, 2022
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
A powerful tool for building full-stack and completely reactive user interfaces using PHP
Python ASN.1 library with a focus on performance and a pythonic API
Updated
Mar 18, 2022
Python
A dart package for many helper methods fitting common situations
Updated
Apr 21, 2022
Dart
Generate self-signed x.509 certificates for use with SSL/TLS
Updated
Mar 19, 2022
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
Code generation tool for configuration and status registers
Updated
Apr 12, 2022
Ruby
Showcase NextJS rendering strategies and pros/cons
Updated
Mar 26, 2022
TypeScript
PHP client library for Let's Encrypt and other ACME v2 - RFC 8555 compatible Certificate Authorities
Generate a certificate signing request (CSR) programmatically on iOS/macOS/watchOS/tvOS devices
Updated
Apr 5, 2022
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)
A library of high-performant graph algorithms.
Get to know the different render methods that the Next.js framework provides by exploring Pokemons
Updated
Apr 9, 2022
TypeScript
Generate a CSR/Key via Python
Updated
Mar 25, 2021
Python
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.
@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
Apr 22, 2022
TypeScript
'국방프렌즈'는 군 생활을 하는 용사 및 군무원분들을 대상으로 온라인 비대면 상담 서비스를 제공하고 자유롭게 소통을 할 수 있는 커뮤니티 웹/앱 플랫폼입니다. 또한 병영생활에 도움이 되는 정보를 다양한 방법으로 제공하여 하나의 커뮤니티 체계를 이루는 것을 목표로 한 프로젝트입니다. 🇰🇷
Updated
Apr 13, 2022
TypeScript
Create CSR request with Google Cloud KMS or HSM
CertMgr: Create and manage X.509 certificates
Updated
Feb 13, 2022
Java
Generate CSR (Certificate Signing Request) using Ruby and OpenSSL.
Updated
Sep 24, 2020
Ruby
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" -