skip to main
|
skip to sidebar
The Open Source Guru
Your Cheap Technologist
SITE SEARCH
Enter your search terms
Submit search form
Web
osguruindia.blogspot.com
Wednesday, May 14, 2008
Password Encryption in MySQL using MD5
Example:
CREATE TABLE Users
(
Username CHAR(15) NOT NULL,
Password CHAR(15) NOT NULL
);
INSERT INTO Users (username,password) VALUES ('name',md5('pass'));
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
Adobe Reader
Adobe Reader for Linux
Bluefish Editor
Bluefish Studio for Linux
Deluge BitTorrent Client
Deluge for Linux Users
SITE INDEX
►
2010
(4)
►
February
(4)
►
2009
(6)
►
August
(2)
►
March
(2)
►
January
(2)
▼
2008
(25)
►
July
(1)
►
June
(8)
▼
May
(6)
tor RPM packages for Red Hat, CentOS and Fedora
How to install TOR on CentOS
How to change the root password in Ubuntu
MYSQL LOAD INFILE EXPORT OUTFILE
Apache2 default page configuration
Password Encryption in MySQL using MD5
►
April
(9)
►
March
(1)
About Me
Sarathy
I am a software developer.
View my complete profile
No comments:
Post a Comment