User Profile

Collapse

Profile Sidebar

Collapse
cnivas
cnivas
Last Activity: Aug 12 '09, 09:10 AM
Joined: Feb 6 '09
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • cnivas
    replied to Encrypt the password
    how to encrypt and decrypt the password.

    Good Evening,

    I'm doing a small application using python and mysql. I have encrypted the password using md5. but it is one way process. but I want to encrypt the password before storing into the database and while retriving the values it should be checked the plain text with the encrypted text.
    Please help me.
    Thanks in advance.
    Warm Regards,
    Srin...
    See more | Go to post

    Leave a comment:


  • cnivas
    replied to Encrypt the password
    How to encrtrypt and decrypt the password.

    Hai,
    Good Evening,
    I'm doing a small application using python and MySQL. I want to encrypt the password to store in the database and also to decrypt the password while retriving the same password and also to redirect the next form.

    While it stores in the database it should be in encrypted form and while accessing the password it should be decrypt it and checks...
    See more | Go to post
    Last edited by bvdet; Apr 20 '09, 01:28 PM. Reason: Add code tags

    Leave a comment:


  • cnivas
    replied to how to decrypt the md5 encrypted password
    in PHP
    how to encrypt and decrypt the password

    Hai,

    Good Evening,

    I'm doing a small project using python and MySQL in APPLE MACINTOSH.
    I want to decrypt the password using md5 algorithm. Is it possible or not.
    If not possible then how to encrypt the password and decrypt the password give some example. Please help me.

    Thanks in advance

    Warm Regards,
    Sriniva...
    See more | Go to post

    Leave a comment:


  • cnivas
    started a topic Encrypt the password

    Encrypt the password

    Hai All,

    Good Evening,

    I'm doing a small application using python and MySQL in APPLE MACINTOSH OPERATING SYSTEM. I want to to store the password in encrypted form in the database. While retriving the password it should check the encrypted text with the plain text and it should navigate to the other form.

    I have done the encrypted form, but while checking the parameters it should not check the plain text with...
    See more | Go to post
    Last edited by bvdet; Apr 19 '09, 09:34 PM. Reason: Add code tags

  • cnivas
    started a topic insert the values into the database using python.

    insert the values into the database using python.

    Good Morning All,

    I'm doing a small application using python and MySQL. I'm connecting the database and also creating a table using python application. But, I cannot Insert the values into the table. Can anyone help me to insert the values into the table.
    I use the command to insert the values are as follows:

    "Insert into custreg (First_Name,Mid dle_Name,Last_N ame,Month,Day,Y ear,Gender,Addr ess,City,Pin,St ate,Phone)...
    See more | Go to post

  • cnivas
    started a topic how to insert images in python using mac os x

    how to insert images in python using mac os x

    Hi,

    I'm doing a small application in python using mac os x. Now, I want to insert an image in the web application. I have given the image path also... but it shows "?" this symbol.... If the application server runs then the image displays. but if we keep the web application on the net then it is highly impossible to run both the web server and application server. I dont want to run the application server to run the images....
    See more | Go to post

  • Hi,

    Follow the steps to connect the MySQL database using Python:

    1) first download the mysql-python 1.2.2 from sourceforge.net

    2)modify the setup_posix.py line numbers:29,35

    from mysql_config.pa th="mysql_confi g"

    to

    mysql_config.pa th = "/usr/local/mysql/bin/mysql_config"

    3) save the file and now go to terminal
    ...
    See more | Go to post

    Leave a comment:


  • Error Connection in MySQLdb and Python in MAC OS X.

    Hi,
    I'm doing a small project on Python using MySQL as Database in MAC OS X.
    I was unable to connect the database. I was downloaded MySQLdb from sourceforge.net and I also modified setup_posix.py. After modified and restart the setup.py I'm getting an error "gcc" cannot find the file.
    This is the error it was getting when I was reinstalling the setup.py
    "Administrator: MySQL-python-1.2.2 administrator$ sudo...
    See more | Go to post
No activity results to display
Show More
Working...