[PHP-WIN] encryption/decryption with RSA 1024 keys

2003-02-27 Thread Arthur Radulescu
Hello! I need some help in using the encryption/decryption algorithm with RSA 1024 keys I have some strings that I need to encrypt with the a public key that I already have and also be able to decrypt them in the asme manner. Can any one help me on this matter? Please point me to any

RE: [PHP-WIN] encryption/decryption with RSA 1024 keys

2003-02-27 Thread Svensson, B.A.T. (HKG)
Hello! I need some help in using the encryption/decryption algorithm with RSA 1024 keys I have some strings that I need to encrypt with the a public key that I already have and also be able to decrypt them in the asme manner. Can any one help me on this matter? Please point me to any

[PHP-WIN] encryption/decryption with RSA 1024 keys

2003-02-19 Thread Arthur Radulescu
Hello! I need some help in using the encryption/decryption algorithm with RSA 1024 keys I have some XML strings that I need to encrypt with the received public key and pass via SOAP to a different server that will have to decrypt them. Can any one help me on this matter? Please point me to any