Skip to content

RSA encryption in JAVA with different key formats

Notifications You must be signed in to change notification settings

lilvinco/rsa-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RSA Encryption Helper

A Java utility for working with RSA encryption across multiple key formats. This library provides helper methods for loading, parsing, and utilizing RSA public keys for encryption operations.

Features

Load RSA public keys from DER-encoded files Support for X.509 and PKCS#1 key formats Encrypt data using RSA with PKCS#1 padding Convert between hexadecimal strings and byte arrays Implements secure cryptographic operations using Bouncy Castle provider

Requirements

Java 8 or higher Bouncy Castle Provider library

About

RSA encryption in JAVA with different key formats

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages