문제

I am working to transfer a phpbb2 forum to bbpress. One of the things that I need to know is to understand these two formats so that I can properly transfer them to bbpress.

Can anyone tell how phpbb2 encrypts these two information ?

user_password (varchar (32)) user_birthday (int)

Best.

도움이 되었습니까?

해결책

user_password is an MD5 hash.

user_birthday doesn't exist in a standard phpbb2 database so probably added by a modification, this would most likely be a unix timestamp.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top