Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 403 Bytes

README.md

File metadata and controls

17 lines (10 loc) · 403 Bytes

MobileRsaAes-Sample

Equivalent RSA AES Encryption Android & iOS

Encrypting data with RSA using the Electronic Codebook (ECB) mode of operation and PKCS1 padding.

RSA/ECB/PKCS1Padding

Sample codes with Kotlin and Swift

Dependencies

Android spongycastle:spongycastle

iOS CryptoSwift:CryptoSwift