Very interesting, i like your videos because you're well spoken and easy to understand
@austinsehgal86832 жыл бұрын
Is there a code that can help in finding the point's order on an elliptic curve? For example, say that a = 2 and b=9 And there is the pints such as (12, 6). The order becomes 3. Is there a way for me to achieve this?
@Greyhat21132 жыл бұрын
I run the code in python and i have the error '' AttributeError: 'EllipticCurve' object has no attribute 'define_points'''. How can i fix it ?
@JacksonInfoSec Жыл бұрын
Create an attribute called 'define_points'. Thanks for watching.
@albertmendoza36734 жыл бұрын
Hello teacher. Thank You for your videos, are very interesting. Please, Could You do a video about of how represent a block of plaintext in an point that lies on the elliptic curve of a finite field F(q)? I understand how to encrypt and decrypt some message using the public and private key, but a don't understand how pass the text to a point. Regards from Mexico and merry christmas.
@albertmendoza36734 жыл бұрын
@@ralphnugget4007 Thanks very much for your answer, teacher. Ok, but i had understand that TLS use the hybrid cryptography, I mean that it first the entity A and Entity B do the public key exchange with diffie-hellman through of use of RSA or Elliptic Curve and do the encryption of the private key (I would like to understand this part with Elliptic Curve and ElGamal, Ref: medium.com/asecuritysite-when-bob-met-alice/elgamal-and-elliptic-curve-cryptography-ecc-8b72c3c3555e ), this private key is sent encrypted and that it will be to used to encrypt the rest of session. My ask is how can i transform a text block (or private key) to a point on a given elliptic curve?. Hopefully you can help me. Regards teacher, happy new year.