| Unix Content | Register | FAQ | Calendar | Search | Today's Posts | Mark Forums Read |
|
#1
|
| hi everybody, i need some sample code to encrypt/decrypt text using ECC Cryptography (OpenSSL) in vc6 . can anyone help me? or can you tell me the steps to encrypt/decrypt text in OpenSSL. sorry because iam newbie in OpenSSL. -- View this message in context: http://www.nabble.com/ECC-text-encry...p19142079.html Sent from the OpenSSL - Dev mailing list archive at Nabble.com. __________________________________________________ ____________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majordomo@openssl.org |
|
#2
|
| You don't usually use ECC to encrypt large amounts of text (or any data). You usually use it in key exchange protocols (ECDH, ECMQV) and in signature protocols (ECDSA). -- David Jacobson shizumi hi everybody, i need some sample code to encrypt/decrypt text using ECC Cryptography (OpenSSL) in vc6 . can anyone help me? or can you tell me the steps to encrypt/decrypt text in OpenSSL. sorry because iam newbie in OpenSSL. -- View this message in context: http://www.nabble.com/ECC-text-encry...p19142079.html Sent from the OpenSSL - Dev mailing list archive at Nabble.com. __________________________________________________ ____________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majordomo@openssl.org |
|
#3
|
| is it still possible to encrypt 2000 character using ECC? can you tell me more detail about how to encrypt/decrypt text? dmj2718-09 wrote: > > You don't usually use ECC to encrypt large amounts of text (or any data). > You usually use it in key exchange protocols (ECDH, ECMQV) and in > signature protocols (ECDSA). > > -- David Jacobson > > shizumi > hi everybody, > i need some sample code to encrypt/decrypt text using ECC Cryptography > (OpenSSL) in vc6 . can anyone help me? or can you tell me the steps to > encrypt/decrypt text in OpenSSL. sorry because iam newbie in OpenSSL. > -- > View this message in context: > http://www.nabble.com/ECC-text-encry...p19142079.html > Sent from the OpenSSL - Dev mailing list archive at Nabble.com. > __________________________________________________ ____________________ > OpenSSL Project http://www.openssl.org > Development Mailing List openssl-dev@openssl.org > Automated List Manager majordomo@openssl.org > > > -- View this message in context: http://www.nabble.com/ECC-text-encry...p19153637.html Sent from the OpenSSL - Dev mailing list archive at Nabble.com. __________________________________________________ ____________________ OpenSSL Project http://www.openssl.org Development Mailing List openssl-dev@openssl.org Automated List Manager majordomo@openssl.org |