|
1 | | -# PHP Password or String Hashing Function |
2 | | -This script encodes and decodes your texts, strings or passwords safely. Also, it can be **decode** your encoded text because it is symmetrical. If you have questions, you can contact me by using my blog or twitter. |
| 1 | +[](#) |
| 2 | +[](http://choosealicense.com/licenses/gpl-3.0/) |
| 3 | +[](http://twitter.com/BatuhanKok) |
| 4 | +[](http://batuhan.me) |
| 5 | +[](http://batuhan.me/contact) |
3 | 6 |
|
| 7 | +## PHP Password or String Hashing Function |
| 8 | +This script encodes and decodes your texts, strings or passwords safely. Also, it can be **decode** your encoded text because it is symmetrical. If you have questions, you can contact me by using my blog or twitter. |
4 | 9 |
|
5 | | -##### You can develope yourself in these topics: |
| 10 | +### You can develope yourself in these topics: |
6 | 11 | - Working with function.
|
7 | 12 | - Working with arrays.
|
8 | 13 | - Working with strings. // ` wordwrap(); ` ` strtr(); `
|
9 | 14 | - Working with ` base64_encode(); ` and ` base64_decode(); `.
|
10 | 15 |
|
11 | 16 | It requires **PHP 4.0** and above.
|
12 | | - |
13 | | -<hr /> |
14 | | -**Batuhan KÖK** |
15 | | -| *Web & Mobile Developer* |
16 | | -| [http://batuhan.me](http://www.batuhan.me) |
17 | | -| [@BatuhanKok](http://twitter.com/BatuhanKok) |
0 commit comments