[Help] Rsa Decryption

04/19/2014 23:08 herlex#1
I am trying to decrypt a RSA encrypted string, which i encrypted with phpseclib, with vb.net.

The problem: I generated a keypair (public and private) with phpseclib and enrcypted the string with php and publickey. Now i want to decrypt this with a simple vb.net tool. but i can't load the private key i generated with phpseclib...

Can anybody help me, how to import or load the private key into vb.net, so that i can decrypt messages? Thanks!
04/21/2014 14:32 x]vIrus[x#2
try exporting the key as a .pem file and try to load that as your key, should work