Hi I am integrating this forum with a exeisting site the requirement of the site is when general users will registered in the they also registerd into the forum.When i put the insert stement from the "register.asp" code its inserting the value in to the forum memeber table fine but the problem is generally its encript the data in to 50 char but i am randomly generating my password in to 15 alfanumaric charcheter but instead of converting into to 50char its just encripting the value and convert into 15 char thats why when i am sending the value to "login.asp" its showing password missmach.Please tell me what to do ?