PointyCastle / pointycastle

Moved into the Bouncy Castle project: https://github.com/bcgit/pc-dart
MIT License
270 stars 76 forks source link

Why not ECC Encrypt and Decrypt? #191

Open akitalk-agency opened 5 years ago

akitalk-agency commented 5 years ago

Can I encrypt and decrypt data use ECC pubkey and privatekey? This function is theoretically feasible, Is there any development plan?

ipconfiger commented 5 years ago

Use public key and private key Q*d to calculate a shared secret. use the shared secret as key to encrypt data, we can use symmetric encryption algorithm here, 3DES or AES or Chacha/Salsa20......