<?php $str = "hello"; $str_base32 = Dy\Crypt::base32_encode($str); var_dump($str_base32); var_dump(Dy\Crypt::base32_decode($str_base32)); echo Dy\Crypt::md5(1);