Home » HTML » HTML_Crypt » Bug #4409
also chars dont implements
Details
| Submitted | 2005-05-23 07:30 UTC |
|---|---|
| From | alt2k4 at yandex dot ru |
| Assigned | cweiske |
| Status | Closed |
| Package | HTML_Crypt |
| PHP Version | 4.3.10 |
| OS | WinXP SP1 |
| Roadmaps | (Not assigned) |
Comments
[2005-05-23 07:30 UTC] alt2k4 at yandex dot ru
Description:
------------
Simply. HTML_CRYPT dont implement "y","x"(maybe anything else) correctly.
Reproduce code:
---------------
$c = new HTML_Crypt('alt2k4@yandex.ru', 8);
$c->addMailTo();
$c->output();
OR ORIGINAL
$c = new HTML_Crypt('yourname@emailaddress.com', 8);
$c->addMailTo();
$c->output();
Expected result:
----------------
altk4@yandex.ru
yourname@emailaddress.com
Actual result:
--------------
alt2k4@ϺandeϺ.ru
Ϻourname@emailaddress.com