REGARDING THE BLOB DATA TYPE

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
muraliputtu
Forum Newbie
Posts: 2
Joined: Thu Nov 03, 2005 8:09 am

REGARDING THE BLOB DATA TYPE

Post by muraliputtu »

hello ,

I am posting the encypt the doc file to blob data type in mysql. if blob is stoeing the binary data. How to decrypt the blob to actually data. Please gives any suggestions.


thank you
murali.
User avatar
feyd
Neighborhood Spidermoddy
Posts: 31559
Joined: Mon Mar 29, 2004 3:24 pm
Location: Bothell, Washington, USA

Post by feyd »

look at the encryption functions in MySQL

http://dev.mysql.com/doc/refman/5.0/en/ ... tions.html
Post Reply