Skip to content

Ajaykumarkolipaka/cryptography

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cryptography

Implementation of asymmetric encryption

In this project we will encrypt a string using public key and decrypt with private key. We will create a jks file using keytool command and read public and private keys from jks file and perform asymmetric encryption.

#Genereate jks file using below command

keytool -genkey -alias create_Alias -keyalg RSA -keystore path_and_create_KeystoreFilename.jks -keysize 2048

About

Implementation of asymmetric encryption

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages