leocavalcante / encrypt

🔒 A set of high-level APIs over PointyCastle for two-way cryptography.
BSD 3-Clause "New" or "Revised" License
348 stars 141 forks source link

Private key encryption public key decryption not supported #274

Open lozn00 opened 2 years ago

lozn00 commented 2 years ago

I have a special requirement to generate a private key and unlock it with a public key, but the current API does not support this

chenghaoweilai commented 2 years ago

I have the same problem