exchange public/private key in PKCS#1 OAEP encryption/decryption
I only have some very rudimentary theoretical knowledge about RSA. While reading different sources about how to use it in practice, it seemed that PKCS#1 OAEP would be a good thing. For a test implementation, I use Python with PyCrypto. E.g. this is an example using PKCS#1 OAEP. Encrypting using the public key and then decrypting using the private key works fine. E.g. the public can send some data to person X with the private key. From my basic understanding of how RSA works, I thought that I can just interchange the public/private key, i.e. I can use the public key for encrypting and the