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