[PHP-WIN] Encryption, Decryption

2004-02-03 Thread Alexander HANNEL
quick question. have someone a better solution for link encryption? here is mine --- but it suxx,... often the links are too long have someone an better code +hoping+ or even an documention for self-coding? greetz CBQ -- GMX ProMail (250 MB Mailbox, 50 FreeSMS, Viren

Re: [PHP-WIN] Encryption Decryption Help Needed

2003-11-25 Thread Eric COLINET
Hi, The only way i see to accomplish that is to use public key encryption. for example: - retrieve credit card id - encrypt it with the administrator public key - when the administrator need to do a report he can give the secret key or the password of it (if it is stored o

[PHP-WIN] Encryption Decryption Help Needed

2003-11-25 Thread Herhuth, Ron
I have a situation where users will be entering their credit card number then the number will be stored in the MicroSoft SQLdatabase. I already have SSL in place but what I would like to do is to encrypt the number in the database to help my CIO sleep at night. We have constructed a report to ge

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

[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 documentati

[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 do