close ad
 
Important WebAssist Announcement
open ad
View Menu

Technical Support Forums

Free, outstanding support from WebAssist and your colleagues

rating

de-crypt password

Thread began 11/24/2012 5:50 am by jamie424562 | Last modified 11/24/2012 3:20 pm by Miguel | 1059 views | 1 replies |

jamie424562

de-crypt password

hey guys

have created an admin page to manage user accounts and the password is still displaying as encrypted,of course kind of annoying when u got to update and it inserts the encrypted version of the password....

also have another form where i set some details to be encrypted which also has the same problem, I thought data-bridge would of worked its magic when selecting the field as encrypted.....

encryption is set to SHA1.

I know there was an option with the old security assist but for the life of me I cant seem to find the option with the data-bridge version.

thanks in advance

Sign in to reply to this post

Miguel

jamie424562 sorry to give you this news but encrypted passwords even the old ways with md5 now sha1 they can not be de-crypted there is not way to do that on any server, thats the point of them for security its a format that is only one way around and no way back.

Now what i do on admin panels where i have passwords i delete the value in the field and then i do a condition in the update behavior instead of binding in the update the post field for the password i add a bit more

php:
<?php echo ((isset($_POST["Password"]) && $_POST["Password"] != "")?WA_SHA1Encryption($_POST["Password"]):"".$row_WADAmyrecord['Password'].""); ?>



notice i compare in that sentence if the post field is not empty post the new password and it applys again the encryption if the Post field is empty then leave the data of the record for the password and it inserts the encrypted old password without changing it.

After that i change my validation on the page i set the password to allow it to be empty server side and also the spry data i set it to false

Hope this helps.

Sign in to reply to this post

Build websites with a little help from your friends

Your friends over here at WebAssist! These Dreamweaver extensions will assist you in building unlimited, custom websites.

Build websites from already-built web applications

These out-of-the-box solutions provide you proven, tested applications that can be up and running now.  Build a store, a gallery, or a web-based email solution.

Want your website pre-built and hosted?

Close Windowclose

Rate your experience or provide feedback on this page

Account or customer service questions?
Please user our contact form.

Need technical support?
Please visit support to ask a question

Content

rating

Layout

rating

Ease of use

rating

security code refresh image

We do not respond to comments submitted from this page directly, but we do read and analyze any feedback and will use it to help make your experience better in the future.

Close Windowclose

We were unable to retrieve the attached file

Close Windowclose

Attach and remove files

add attachmentAdd attachment
Close Windowclose

Enter the URL you would like to link to in your post

Close Windowclose

This is how you use right click RTF editing

Enable right click RTF editing option allows you to add html markup into your tutorial such as images, bulleted lists, files and more...

-- click to close --

Uploading file...