1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00:00

Check password hash validity

This commit is contained in:
Perttu Ahola 2012-06-03 20:32:44 +03:00
parent 74aa598769
commit e2ea711136
3 changed files with 21 additions and 0 deletions

View file

@ -1,4 +1,5 @@
#include <string>
bool base64_is_valid(std::string const& s);
std::string base64_encode(unsigned char const* , unsigned int len);
std::string base64_decode(std::string const& s);