Java64 byte salt, how to define database fields?
某草草
某草草 2017-06-30 09:56:00
0
1
960

What type of salt is used for storage in actual business? char?blob?
The 64-byte salt is base64-encoded to generate an 88-bit Is it reasonable to store the string in the database? In this case, the salt field is too long. Is there a better way to encode the salt and store it?

某草草
某草草

reply all(1)
習慣沉默

mysql has blob type, which can directly store binary data

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!