Skip to content

Latest commit

 

History

History
executable file
·
6 lines (4 loc) · 382 Bytes

readme.md

File metadata and controls

executable file
·
6 lines (4 loc) · 382 Bytes

RSA Encryption app

This app has been created as example to test the encryption of a payload using RSA with padding (OAEP).

It relies on the embedded BouncyCastle lib in the Android OS.

The alternative SpongyCastle lib, more up-to-date, has been evaluated but discarded due to the considerable jar size.