String Utilities
A few PHP functions that doing things with strings.
| String: | example |
| base64 Encoded: | ZXhhbXBsZQ== |
| base64 Decoded: | BINARY: { 0x7b, 0x16, 0xa6, 0xa6, 0x57 } |
| HTML Entities: | example |
| HTML Decoded: | example |
| crypt( ): | $1$MBm/GnHp$QRrL1Ux1B/s.ZoRJmP6V6. |
| crc32: | 1861000095 |
| md5 Hash: | 1a79a4d60de6718e8e5b326e338ae533 |
| sha1 Hash: | c3499c2729730a7f807efb8676a92dcb6f8a3f8f |
| Metaphone: | EKSMPL |
| Soundex: | E251 |