RSA encrypting and decrypting
Hey! I'm trying to make a function that takes a public key and text to format as parameters, both as strings. I'm trying to log in to steam via post requests and have to pass in the password encrypted with RSA key gotten from steam. I can get the key from steam fine as string but I cannot find a working way to use the key to encrypt the password.
