|
|
|
|
||||||
![]() |
|
|
LinkBack | Outils de la discussion |
|
|
#1 |
|
Messages: n/a
Hébergeur: |
Hey guys,
I'm wondering which mcrypt cipher will provide me with an encryted string, that can afterwards be encrypted again and is transverable without problems through an link in an e-mail. I would like to encrypt some piece of information (up to 25 characters) and send it to the user in an e-mail via a link like kilu.de?enc=... ! This doesn't work with |MCRYPT_XTEA or |MCRYPT_TWOFISH256, since they create pretty special ASCII characters, that are not interpreted right! What cipher would you suggest? Or would you suggest a whole different method? Regards, Samy |
|
|
|
#2 |
|
Messages: n/a
Hébergeur: |
I solved the problem using bin2hex()!
Regards, Samy Samuel Vogel schrieb: > Hey guys, > > I'm wondering which mcrypt cipher will provide me with an encryted > string, that can afterwards be encrypted again and is transverable > without problems through an link in an e-mail. > I would like to encrypt some piece of information (up to 25 > characters) and send it to the user in an e-mail via a link like > kilu.de?enc=... ! This doesn't work with |MCRYPT_XTEA or > |MCRYPT_TWOFISH256, since they create pretty special ASCII characters, > that are not interpreted right! > > What cipher would you suggest? Or would you suggest a whole different > method? > > Regards, > Samy > |
|
![]() |
| Outils de la discussion | |
|
|