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 george.bachir@usj.edu.lb

Link to comment
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

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.