Replicate PHPBB password hashing in ASP.net c#
问题 I'm using phpbb 3.0.8 at the moment. It has 3,000 users and around 60,000 posts. I'm changing the forum to a different one, written in classic ASP (I know people are going to disapprove of this but I have good reasons). My site is written in ASP.net. The classic ASP forum has an API to connect to it. I've set all this up, and it works fine. I have written my own login form. I want to copy all the user accounts over. The current forum has the table: Username | Password | Hash | Salt I've