Re: how to STORE encrypted string in database

2013-04-01 Thread Jevin Sonut
-- to store encrypted text in a database - SQLite?? On Mon, Apr 1, 2013 at 2:42 PM, Jevin Sonut wrote: > hi, > > i have tried all the datatype in SQLite that can hold string and char > (CHARACTER,VARCHAR,VARYING CHARACTER,NCHAR,NATIVE > CHARACTER,NVARCHAR,TEXT,CLOB,BLOB) > &g

Re: how to STORE encrypted string in database

2013-04-01 Thread Jevin Sonut
hi, i have tried all the datatype in SQLite that can hold string and char (CHARACTER,VARCHAR,VARYING CHARACTER,NCHAR,NATIVE CHARACTER,NVARCHAR,TEXT,CLOB,BLOB) BUT NONE have hold the encrypted string that i'm trying to Store and retieve i even tried on to store on text file but with the same resu

Store generated keys for later use on windows

2013-03-28 Thread Jevin Sonut
what is the best way to store keys that will be used by openssl can someone plz explain how to create the pem/p7 file for keys found some info @ http://www.mail-archive.com/openssl-users@openssl.org/msg18775.html Another unanswered question about pem file manipulation http://www.mail-archive.com/

Re: how to STORE encrypted string in database

2013-03-28 Thread Jevin Sonut
Can anyone PLZ tell me how can one do base64 encode/decode on OPENSSL PLz provide a link where can learn how to use the base64 in openssl On Thu, Mar 28, 2013 at 10:14 PM, Salz, Rich wrote: > Encrypted data is not a text string, it is an array of binary octets. You > will have to do somethin

how to STORE encrypted string in database

2013-03-28 Thread Jevin Sonut
hi, i have encrypted a string using Blowfish from Openssl library i got the following string A▓☼LÝ$øä²↓j╗ú¤Ä:ðï▲ i inserted the data into my database BUT when i retrieved the data i got A¦¤LÝ$øä²?j+ú¤Ä:ðï? (NOT same to the original the one i inserted) thus when i decrypt the loaded string fro

access all the question n queries on openSSL

2013-03-23 Thread Jevin Sonut
How can i view all the Question the other openssl user has posted ??? PLZ tell me the link where all the questions posted by different users are -- From:- Shanil J.S

Encrypt / DECRYPT a XML file using AES - break the file into 256 bits...

2013-03-23 Thread Jevin Sonut
hi, can anyone please tell me how to load a file and break the file into specific size bits (256 bits) then encrypt the different sizes PLZ provide a link which explain this ++ IS AES still safe to use or it is no more safe as what i have read the pawwkey can be obtained + What t

Linking error

2013-03-22 Thread Jevin Sonut
HI, can anyone understand what this error means:: libeay32.lib(cryptlib.obj) : error LNK2019: unresolved external symbol __imp__GetUserObjectInformationW@20 referenced in function _OPENSSL_isservice libeay32.lib(cryptlib.obj) : error LNK2019: unresolved external symbol __imp__GetProcessWindowStat

Encrypt a text file in Openssl

2013-03-22 Thread Jevin Sonut
Can anyone post a sample code how to load and break a text file and prepare the text to be encrypted using AES or DES thanks -- From:- Shanil J.S __ OpenSSL Project http://www.openssl.org User Su

compile OpenSSL on windows using MSVC

2013-03-22 Thread Jevin Sonut
the following two links is of great help http://www.askyb.com/windows/compiling-and-installing-openssl-for-32-bit-windows/ http://developer.covenanteyes.com/building-openssl-for-visual-studio/#foot_text_58_5 give detail explanation of how to build the library great job. Shanil j.s

QT .pro file configuration

2013-03-22 Thread Jevin Sonut
Can someone plz tell the content of the QT .pro file where we link the library of OpenSSL to QT hope someone is using QT and openssl out here ?? thanks in advance -- From:- Shanil J.S __ OpenSSL Project

configure QT with openssl library

2013-03-17 Thread Jevin Sonut
hi, i have been trying to link QT with the openssl library since Friday but in vain can anyone plz help to configure QT to link with Openssl library thanks in advance for any useful material - links or detain explanation -- From:- Shanil J.S _