我需要通过MYSQL查询和PHP检查sha512加密中的数据
我可以用md5这样做:
SELECT * FROM text WHERE md5(id) = '$id'
但是,在sha512怎么样?
问候
php mysql sha512
mysql ×1
php ×1
sha512 ×1