#
pem
Here are 127 public repositories matching this topic...
.NET Core RSA algorithm using the help tool.It supports data encryption, decryption, signature and verification signature.It supports three key formats, namely: xml, pkcs1, pkcs8.It also supports key conversion for these three formats.Last also support pem formatting.
-
Updated
Oct 10, 2020 - C#
The Mozilla CA bundle extracted and converted to PEM. This repository functions as a backup to the automated service on the curl web site.
-
Updated
Jul 5, 2021
android
kotlin
java
tls
ssl
security
scala
encryption
certificate
https
keystore
pem
der
p12
truststore
mutual-authentication
keymanagerfactory
trustmanagerfactory
sslcontext
p7b
-
Updated
Aug 8, 2021 - Java
.NET Core >=3.0 & .NET Standard >=2.2, RSA Enhanced Extension. Provide XML format key import and export. Unified export and import of PKCS # 1, PKCS # 8, and XML formats. Supports PKCS # 1, PKCS # 8 PEM import and export.
-
Updated
Jan 6, 2020 - C#
PushKit_SilentPushNotification to receive VOIP call while iOS app is in background or terminated state
notifications
swift
ios
objective-c
webrtc
voip
pem
pushnotification
pushkit
localnotifications
silentnotification
silentpushnotification
-
Updated
Aug 29, 2018 - Swift
OPEM (Open Source PEM Fuel Cell Simulation Tool)
python
simulator
chemistry
script
simulation
physics
static-analysis
dynamic-analysis
static-analyzer
pem
physics-simulation
electrochemistry
fuel-cell
opem
-
Updated
Jul 19, 2021 - Python
A simple to use Java 8 JWT Library. Verify, Sign, Encode, Decode all day.
jwt
rsa
java8
hmac
jwk
pem
jwa
der
jwt-signer
jwt-verifier
jwt-signing
jwks
elliptic
fusionauth-jwt
rsa-pss
pem-decoding
-
Updated
Aug 13, 2021 - Java
Get Windows System Root certificates
electron
windows
tls
openssl
vscode
x509
vscode-extension
certificate-authority
node-js
pem
root-certificate
root-certificates
node-forge
node-ffi
tls-certificate
napi
truststore
n-api
root-cas
-
Updated
Jul 1, 2021 - LiveScript
A simple authentication service to deliver JWT with Hasura claims, based on users with multiples roles stored in a Postgres database.
docker
boilerplate
jwt
node
signup
authentication
webhook
postgresql
roles
passportjs
pem
jwt-authentication
hasura
hasura-graphql
graphql-engine
-
Updated
May 14, 2020 - JavaScript
JSON Object Signing and Encryption for Node.js and the browser
json
jwt
encryption
signing
jose
jwk
signatures
jwe
jws
pem
jwa
webcrypto
cryptographic-algorithms
jwd
-
Updated
Feb 25, 2019 - JavaScript
A PKCS #1 PEM KeyStore for Java
-
Updated
Aug 13, 2021 - Java
Simple certificate authority for development written in C#. Allows issue of SSL certificates, including wildcard certificates
-
Updated
Apr 7, 2021 - C#
data encrypt and decrypt using openssl - rsa
-
Updated
Feb 24, 2021 - C++
A set of powerful development kit: JSON, task management, numerals, chemistry, etc.
console
json
jwt
csv
stream
utilities
chemistry
tasks
spatial
numerals
interceptor
pem
coordinates
periodic-table
oauth2-client
chemical-element
-
Updated
Aug 15, 2021 - C#
Extracts PEM certificates from Java Keystore in order to securely connect to Java based servers using node js
-
Updated
May 11, 2021 - JavaScript
AWS docs suck hard 👎 . Here's some streamlined steps on setting up nodejs and npm on a fresh EC2 instance.
-
Updated
Jul 24, 2017
Proton Exchange Membrane (PEM) Fuel Cell Dataset
open-source
science
data-science
data
energy
chemistry
physics
open-science
dataset
power
pem
impedance
mea
electrochemistry
polarization
science-research
fuel-cell
proton-exchange-membrane
activation-procedure
nafion
-
Updated
Mar 14, 2021 - Jupyter Notebook
Small command-line tool that generates asymmetric JSON Web Keys for the following algorithms and curves
-
Updated
May 26, 2020 - Go
Improve this page
Add a description, image, and links to the pem topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the pem 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" -