> From: Sadeq Salehi [mailto:sadeqsal...@gmail.com] > > Can anybody help me finding the ECC encryption and decryption > sample with c# or vb.net?
Can you be more specific about what you want to do? A common use would be: Two users have ECDH keys. They form an Agreement. The derived key material is used as an AES key or something like that. Another common use would be: One user has an ECDSA key. Sign some data. Others can verify the signature using the public key. If you just have one key and want to encrypt something for yourself at a later time - Maybe use a hash of your key as an AES key or something like that.