Skip to content
sneppets

sneppets

  • Privacy
Create a Simple HTTP Server in Java/Socket – Example

Create a Simple HTTP Server in Java/Socket – Example

April 3, 2021April 3, 2021 Editorial StaffLeave a Comment on Create a Simple HTTP Server in Java/Socket – Example

This tutorial guides you on how to create a Simple HTTP Server in Java Socket Programming with example. When you run this Java program it will start a simple HTTP Server listening to port 8082.

Java http, java, socket, tcp
google cloud platform

How to find Java JDK Path – OpenJDK ?

January 18, 2021January 18, 2021 Editorial StaffLeave a Comment on How to find Java JDK Path – OpenJDK ?

This tutorial guides you on how to find Java JDK path of OpenJDK that is installed in your Linux machine.

Java java-11, jdk, openjdk, ubuntu
Generate public key and private key with OpenSSL in Windows 10

How to Retrieve the Public Key from RSA Private Key ?

September 9, 2020 Editorial StaffLeave a Comment on How to Retrieve the Public Key from RSA Private Key ?

This tutorial guides you on how to retrieve the public key from RSA private key or key pair pem file. To know how to generate RSA private key you can also follow this tutorial guide on OpenSSL.

Java, util keypair, openssl, public-key, rsa
Generate public key and private key with OpenSSL in Windows 10

How to convert .pem file to .key file ?

September 8, 2020September 9, 2020 Editorial StaffLeave a Comment on How to convert .pem file to .key file ?

This tutorial guides you on how to convert .pem file to .key file. I had generated keypair using OpenSSL instructions. It resulted in generating keypair in .pem file format. If you would like to convert .pem format to .key format then… Read More!

Java, util java, key, openssl, pem, ssl
Generate public key and private key with OpenSSL in Windows 10

Java: Convert String to RSA Public Key

September 8, 2020August 27, 2024 Editorial Staff1 Comment on Java: Convert String to RSA Public Key

This tutorial guides you on how to convert string to RSA public key. I have generated public key and private key .pem files using OpenSSL using this tutorial. Let’s see how to read key string from public.pem file and convert… Read More!

Java, util encryption, java, openssl, public-key, string-key

Posts navigation

Older posts
Newer posts
Copyright © 2018 Sneppets. All Rights Reserved