-
Updated
Jul 28, 2021 - JavaScript
#
tls
Here are 71 public repositories matching this topic...
A native implementation of TLS in Javascript and tools to write crypto-based and network-heavy webapps
javascript
tls
cryptography
crypto
certificate
aes
cipher
md5
pbkdf2
pkcs7
x509
asn1
hmac
sha1
sha256
csr
message-digest
pkcs
pkcs1
pkcs12
Strengthens TLS in React Native through Certificate Pinning
android
tls
ios
react-native
certificate
tls-certificate
certificate-pinning
tls-certificates
approov
certificate-pins
-
Updated
Jul 14, 2021 - JavaScript
-
Updated
Oct 14, 2020 - JavaScript
Extracts PEM certificates from Java Keystore in order to securely connect to Java based servers using node js
-
Updated
May 11, 2021 - JavaScript
A Scalable Client Authentication & Authorization System for Container-based Environments
-
Updated
Sep 24, 2018 - JavaScript
-
Updated
Aug 2, 2020 - JavaScript
Node JS web app using docker
-
Updated
Mar 5, 2021 - JavaScript
Open
Testers Wanted!
7
lmangani
commented
Mar 13, 2019
We're looking for brave testers to validate this tool and its approach.
Requirements
All you need is a HOMER setup alongside one of the listed platforms with a TLS socket configured and HEPjack installed and executed against the main process using libssl, ie:
nodejs hepjack.js -S my.homer.ip -P 9060 -p freeswitch
Targets
- Sent SIP through TLS
- Is HEPjack inter
Rules that relate to checking the SSL configuration of each individual resolved server from the domain to ensure locked down config with the broadest compatibility
tls
ssl
security
certificate
attack
cipher
chain
standards
passmarked
compatibility
vulnerability
root-certificate
tlsv1
ssl2
ssl3
-
Updated
Jul 16, 2018 - JavaScript
query an SSL/TLS server and report its certificate's expiry date
-
Updated
Apr 2, 2021 - JavaScript
A script that uses nmap to sweep a subnet looking for ports with SSL certs, then querying those certs to discover upcoming expiration dates.
-
Updated
Jan 10, 2019 - JavaScript
Redirect all data from STDOUT to an WebSocket server. Written in Node.js
-
Updated
Aug 3, 2017 - JavaScript
TLS scanning component of OWASP PurpleTeam
tls
devops
ci
build-tool
application-security
web-security
devsecops
cloud-security
security-testing
purpleteam
devsecops-pipeline
security-regression-testing
tls-security
developer-security
-
Updated
Jun 12, 2021 - JavaScript
Renew security certificates automatically for web domains
-
Updated
Aug 5, 2019 - JavaScript
Improve this page
Add a description, image, and links to the tls topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the tls 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" -