Forum Moderators: coopster

Message Too Old, No Replies

Encryption of data.

Reply must if u know.......soon

         

kuldeep

11:05 am on Jun 12, 2007 (gmt 0)

10+ Year Member



Hi,
i have a file(.cgh) in which Encrypted code, just i want to get this
data according to bit wise and store this in our database..(it like stock exchanges application)
like 1st char of file gives id and 2to10 char gives name , and other gives ....,
tell me which function use and getting data.....

any body help me.....................?
keep soon...?

coopster

3:12 am on Jun 13, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



What type of encryption is being used? Do you need to decrypt the data first?

kuldeep

6:14 am on Jun 13, 2007 (gmt 0)

10+ Year Member



Encryption of data in binarydata format , i used pack and unpack
to encryption of data.
can u help me , how to encrypt date type data...

coopster

2:55 am on Jun 14, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I'm not entirely certain. PHP's pack [php.net] and unpack [php.net] functions are based on their perl [perldoc.perl.org] counterparts. Perhaps you will get a better understanding from the perldocs.

kuldeep

9:42 am on Jun 14, 2007 (gmt 0)

10+ Year Member



only gives me idea to decrypted data that is in binary data format..
file name .cgh of Encrypt file....
pls help me ...........

coopster

2:33 am on Jun 15, 2007 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



We would love to, kuldeep, but I think we are going to need some more details. Can you post some relevant code that might help us to determine your exact issue?