RSA/ECB/PKCS1Padding encryption method
How to achieve in KMM IOS, there is no similar implementation method and library for a long time. Has anyone ever done this before? The AI generated the wrong one.
RSA PKCS1 encryption will be available in an upcoming release, already in main branch (and so in published snapshots)
the release probably will be sometime during summer
g
Gaoxin
07/09/2024, 9:08 AM
Thank you
e
Edoardo Luppi
07/25/2024, 1:09 PM
@Oleg Yukhnevich hey! Got a similar question: for my MTProto implementation on JVM I'm using
AES/CTR/NoPadding
, does your library offer something for multiplatform (JVM + JS)?