in asymmetric encryption, a public key and a private key are portrayed as 2 very large prime numbers. Encryption is described as multiplying your text by one key and decryption is described as multiplying the resultant ciphertext by the other key to get the original message. The obstacle often described to cracking this encryption is the inability of modern hardware to find the factors of a large number that are prime numbers (and potentially an encryption/.decryption key pair) My simple question is that if you already have one of the primes (my public key), then you can use it to decrypt any messages intended for me just by dividing those messages by the public key. So, obviously I am missing the REAL truth.
what is the actual mathematical transform that is asymmetric?
what is the actual mathematical transform that is asymmetric?