An open API service providing repository metadata for many open source software ecosystems.

Topic: "mutual-authentication"

Hakky54/mutual-tls-ssl

🔐 Tutorial of setting up Security for your API with one way authentication with TLS/SSL and mutual authentication for a java based web server and a client with both Spring Boot. Different clients are provided such as Apache HttpClient, OkHttp, Spring RestTemplate, Spring WebFlux WebClient Jetty and Netty, the old and the new JDK HttpClient, the old and the new Jersey Client, Google HttpClient, Unirest, Retrofit, Feign, Methanol, vertx, Scala client Finagle, Featherbed, Dispatch Reboot, AsyncHttpClient, Sttp, Akka, Requests Scala, Http4s Blaze, Kotlin client Fuel, http4k, Kohttp and ktor. Also other server examples are available such as jersey with grizzly. Also gRPC, WebSocket and ElasticSearch examples are included

Language: Java - Size: 1.36 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 544 - Forks: 121

Hakky54/sslcontext-kickstart

🔐 A lightweight high level library for configuring a http client or server based on SSLContext or other properties such as TrustManager, KeyManager or Trusted Certificates to communicate over SSL TLS for one way authentication or two way authentication provided by the SSLFactory. Support for Java, Scala and Kotlin based clients with examples. Available client examples are: Apache HttpClient, OkHttp, Spring RestTemplate, Spring WebFlux WebClient Jetty and Netty, the old and the new JDK HttpClient, the old and the new Jersey Client, Google HttpClient, Unirest, Retrofit, Feign, Methanol, Vertx, Scala client Finagle, Featherbed, Dispatch Reboot, AsyncHttpClient, Sttp, Akka, Requests Scala, Http4s Blaze, Kotlin client Fuel, http4k Kohttp and Ktor. Also gRPC, WebSocket and ElasticSearch examples are included

Language: Java - Size: 4.11 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 525 - Forks: 80

jSherz/node-grpc-mutual-auth-example 📦

An example setup of mutual authentication with GRPC and NodeJS.

Language: JavaScript - Size: 24.4 KB - Last synced at: 5 days ago - Pushed at: about 6 years ago - Stars: 6 - Forks: 0

amusarra/docker-apache-ssl-tls-mutual-authentication

L'obiettivo di questo progetto è quello di fornire un template pronto all'uso e che realizza un sistema di mutua autenticazione o autenticazione bilaterale SSL/TLS basato su Apache HTTP

Language: CSS - Size: 13.1 MB - Last synced at: 12 days ago - Pushed at: almost 2 years ago - Stars: 4 - Forks: 1

BenEdridge/mutual-tls

🔐 Working example of mutual TLS client-server in Node (HTTP2, WebSockets & gRPC)

Language: JavaScript - Size: 604 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

rhidoyhasanmahmud/springboot-two-way-ssl-authentication

Two way SSL Authentication Between Two Services

Language: Java - Size: 786 KB - Last synced at: 19 days ago - Pushed at: about 3 years ago - Stars: 4 - Forks: 0

stustanet/helgrind

Welcome to hell (if authenticated).

Language: Go - Size: 31.3 KB - Last synced at: 10 days ago - Pushed at: over 4 years ago - Stars: 4 - Forks: 1

brodriro/HttpMutualAuthentication

Dart HTTP Mutual Authentication

Language: Dart - Size: 14.6 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 3 - Forks: 0

ervinne13/mutual-authentication-protected-server

A docker project that sets up an NGINX server protected by 2-way SSL Verification (Mutual Authentication)

Language: Dockerfile - Size: 20.5 KB - Last synced at: about 2 years ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 0

ElMostafaIdrassi/goMutualAuthServer

A Golang HTTP2 TLS/SSL Server for Mutual Authentication (A.K.A Client Side Authentication)

Language: Go - Size: 25.4 KB - Last synced at: 10 months ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

SamueleMeta/iot-mutual-authentication

Bachelor thesis that aims to implement a mutual authentication paradigm between a cloud platform and IoT devices such as ESP8266 and ESP32

Language: C++ - Size: 3.04 MB - Last synced at: almost 2 years ago - Pushed at: almost 4 years ago - Stars: 2 - Forks: 0

Potentii/Kunlun

SCRAM/OAuth2-based auth system

Language: JavaScript - Size: 82 KB - Last synced at: 18 days ago - Pushed at: almost 8 years ago - Stars: 2 - Forks: 1

TarasRashkevych99/authentiflow

This repository provides a fully authenticated end-to-end encrypted instant messaging web application where only authenticated clients and servers can communicate on a secure channel

Language: Vue - Size: 163 KB - Last synced at: 29 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

sonnyyu/mtls-nginx

The Client Certificate Authentication/mTLS Architecture in NGINX

Language: HTML - Size: 64.5 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 0

rajivmanivannan/certificate-based-authentication-android-client

A simple android client application to demonstrate the mutual TLS authentication (certificate-based authentication)

Language: Kotlin - Size: 144 KB - Last synced at: about 2 years ago - Pushed at: over 4 years ago - Stars: 1 - Forks: 0

alphaqiu/mutual-auth

Example for mutual authentication between server and client

Language: Go - Size: 19.5 KB - Last synced at: about 1 year ago - Pushed at: almost 7 years ago - Stars: 1 - Forks: 0

jackblackevo/mutual-authentication

Two-way SSL authentication Server & Client.

Language: Java - Size: 15.6 KB - Last synced at: about 1 month ago - Pushed at: over 7 years ago - Stars: 1 - Forks: 1

Fauquwo/SecureIoTSystem

Criptografía simétrica en IoT con TTP y autenticación mutua

Language: Python - Size: 69.3 KB - Last synced at: 1 day ago - Pushed at: 1 day ago - Stars: 0 - Forks: 0

kamalrajnegi/lwm-auth

Implementation of LWM-AUTH Protocol - A PUF Based Lightweight Mutual Authentication and Key Agreement Protocol

Language: Python - Size: 5.86 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

swd543/mutual-auth

Figure out how to get mutual authentication running with self-signed certificates, spring, embedded tomcat and java.

Language: Java - Size: 68.4 KB - Last synced at: about 2 years ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 1

sonnyyu/mtls-apache

The Client Certificate Authentication/mTLS Architecture in Apache

Size: 23.4 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

sonnyyu/mtls-mosquitto

Mosquitto SSL Configuration - MQTT TLS Security

Language: Dockerfile - Size: 24.4 KB - Last synced at: about 2 years ago - Pushed at: about 3 years ago - Stars: 0 - Forks: 0

kbmclaren/lab3-CMSC426-CmpSec

This lab required the group to compromise mutual authentication between two parties via two techniques: an ARP cache poisoning and a Man-In-the-Middle Attack.

Language: Python - Size: 6.84 MB - Last synced at: about 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 1

productiveAnalytics/client_server_authentication

Setup key store and trust store for Client and Server to mutually authentica

Language: Shell - Size: 22.5 KB - Last synced at: almost 2 years ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

amusarra/liferay-72-soap-client-examples

In this project I want to show you how to build a SOAP JAX-WS (Java API for XML Web Services) client using the Liferay infrastructure. Let's start with a concrete example.

Language: Java - Size: 3.82 MB - Last synced at: about 1 month ago - Pushed at: almost 4 years ago - Stars: 0 - Forks: 1