php - MembershipProvider.GetPassword algorithm -


we converting asp site (using dotnetnuke) new php site. thing have right full export of existing database. 1 of tables called "aspnet_membership" , contains following fields:

  • password (looks base64)
  • passwordformat (always value 2)
  • passwordsalt (looks base64)
  • passwordquestion (always empty)
  • passwordanswer (always empty)

we decode these passwords , hash them fit our own framework. understand .net documentation these kind of passwords can decrypted. there algorithm available can or more complicated that? possible if create asp script on current server?

thanks in advance

i think 2 means "encrypted", not "hashed" (see definition here)

encrypted means can decrypt need machine key stored in configuration files (take @ link sent) of physical machine these passwords created. if have copy of database, can't it.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -