Jump to content

how to decrypt aspnet password help plz


gbachir

Recommended Posts

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 [email protected]

Link to comment
https://forums.phpfreaks.com/topic/201711-how-to-decrypt-aspnet-password-help-plz/
Share on other sites

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

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.