gbachir Posted May 14, 2010 Share Posted May 14, 2010 I have an old application built on .net It is using an aspnet authentication system that save the username and password under 2 tables with encypted Id and and a passwordSalt password : X96lGBUJq9V210kwQrPiMfDnmUs= passwordSalt is : VCV1AfDDk1nWBakAOsFnFg== I can access the database and i know the username and password, but i need a php function to decryt the password so i will be able built my application on PHP. Thank you in advance my email is george.bachir@usj.edu.lb Quote Link to comment https://forums.phpfreaks.com/topic/201711-how-to-decrypt-aspnet-password-help-plz/ Share on other sites More sharing options...
trq Posted May 14, 2010 Share Posted May 14, 2010 Why would you need to decrypt the password to build your application in php? You just need to know what encryption method is used and use the same one. Quote Link to comment https://forums.phpfreaks.com/topic/201711-how-to-decrypt-aspnet-password-help-plz/#findComment-1058095 Share on other sites More sharing options...
gbachir Posted May 14, 2010 Author Share Posted May 14, 2010 What i want is to use the same username and password that is from the aspnet tables to login into the application that i want to create, i made a small research about the encryption that they are using in the aspnet application but i can't find a way to match the password that i already know to the password encrypted in the database, I think what i need is a function that will take a key and password and return the password encrypted. Thank u Quote Link to comment https://forums.phpfreaks.com/topic/201711-how-to-decrypt-aspnet-password-help-plz/#findComment-1058097 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.