#
pem
Here are 133 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#
android
kotlin
java
tls
ssl
security
scala
encryption
certificate
https
keystore
pem
der
p12
truststore
mutual-authentication
keymanagerfactory
trustmanagerfactory
sslcontext
p7b
-
Updated
Apr 11, 2022 - Java
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
Mar 31, 2022
.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 20, 2022 - C#
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
Mar 21, 2022 - Python
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
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
Apr 10, 2022 - 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
Mar 11, 2022 - 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
A CLI tool to get Certificate Transparency logs of a domain name.
-
Updated
Mar 25, 2022 - Go
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
Aug 18, 2021 - Jupyter Notebook
A PKCS #1 PEM KeyStore for Java
-
Updated
Feb 9, 2022 - Java
Simple certificate authority for development written in C#. Allows issue of SSL certificates, including wildcard certificates
-
Updated
Feb 17, 2022 - C#
A set of powerful development kit: JSON, task management, numerals, chemistry, etc.
console
color
json
jwt
csv
stream
utilities
chemistry
tasks
spatial
numerals
interceptor
pem
coordinates
periodic-table
oauth2-client
chemical-element
-
Updated
Apr 2, 2022 - C#
data encrypt and decrypt using openssl - rsa
-
Updated
Feb 24, 2021 - C++
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
Extracts PEM certificates from Java Keystore in order to securely connect to Java based servers using node js
-
Updated
Jan 19, 2022 - JavaScript
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" -