|
1 | | -<h4>Top Secret Communication Script</h4> |
2 | | -This script encodes your text safely. However, it can be decoded like every algorithm or password. This script is completly free because the main reason is to provide everyone's benefit. If you have questions, you can contact me by using my website/blog. |
| 1 | +# PHP Password Hashing Function (encoding-decoding)(symmetrical) |
| 2 | +This script encodes and decodes your text safely. Also, it can be **decode** your encoded text. It is completly free because my main reason is to provide everyone's benefit. If you have questions, you can contact me by using my blog or twitter. |
| 3 | + |
| 4 | +##### You can develope yourself in these topics: |
| 5 | +- Working with function. |
| 6 | +- Working with arrays. |
| 7 | +- Working with strings. // ` wordwrap(); ` ` strtr(); ` |
| 8 | +- Working with ` base64_encode(); ` and ` base64_decode(); `. |
| 9 | + |
| 10 | +It requires **PHP 4.0** and above. |
| 11 | + |
3 | 12 | <hr />
|
4 | | -Beta Version: <b>0.1.1</b> (Available)<br /> |
5 | | -Now, it has new and stronger encryption algorithm! |
6 | | -<hr /> |
7 | | -<h5>Developer: <ahref="http://batuhan.in"title="Web Developer"target="_blank">Batuhan Kök</a> / <ahref="http://batuhan.in/projelerim"title="Other projects"target="_blank">Other projects.</a></h5> |
| 13 | +**Batuhan KÖK** |
| 14 | +| *Web & Mobile Developer* |
| 15 | +| [http://batuhan.me](http://www.batuhan.me) |
| 16 | +| [@BatuhanKok](http://twitter.com/BatuhanKok) |
0 commit comments