Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #54.9K
~8K People Reached
Favorite Forums
Favorite Tags
Member Avatar for sknake

Here is a sample code snippet of logging in a user against a user table in an MSSQL database with password encryption. Scott Knake

Member Avatar for pritaeas
10
7K
Member Avatar for mentos16

[CODE] var ctr:Number=0; for (var i:Number = 1; i<=48; i++) { this["puzzle"+i]._alpha = 30; this["puzzle"+i+"c"]._x = Math.random()*100; this["puzzle"+i+"c"]._y = Math.random()*300; this["puzzle"+i+"c"].onPress = function(){ this.startDrag(false); //for (var i:Number = 1; i<=48; i++) { name = this._name; j = name.substring(6); asd.text = parseInt(j); this["puzzle"+j+"c"].onRelease = function() { this.stopDrag(); this["puzzle"+j+"c"].stopDrag(); if (eval(this["puzzle"+j+"c"]._droptarget)== this["puzzle"+j]) …

Member Avatar for KazenoZ
-1
91
Member Avatar for Gowrishankar

Hi every one,Could you help me in creating one login page,in which the username and password get validate with the backend db(sql server)And the password is encrypted and stored in db.So I want to know how to encrypt the user inputting password and validate that one against the encryted password …

Member Avatar for afjal nathani
0
404
Member Avatar for pritesh2010

How to recover data from .ibd file if innodb is corrupted I have one test database and many table with the extension of .frm and .idb file. from frm file i got strucure of database but how to restore data from individiual file of .idb file.

Member Avatar for mwasif
0
475