Click here to Skip to main content
15,903,362 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: Any algorithm for allocation Pin
Moreno Airoldi1-Aug-09 1:13
Moreno Airoldi1-Aug-09 1:13 
QuestionFingerprint Image Quality Algorithm Pin
Member 90279629-Jul-09 21:23
Member 90279629-Jul-09 21:23 
AnswerRe: Fingerprint Image Quality Algorithm Pin
Fatbuddha 13-Aug-09 1:17
Fatbuddha 13-Aug-09 1:17 
GeneralRe: Fingerprint Image Quality Algorithm Pin
Member 9027963-Aug-09 18:20
Member 9027963-Aug-09 18:20 
GeneralRe: Fingerprint Image Quality Algorithm Pin
Fatbuddha 13-Aug-09 23:49
Fatbuddha 13-Aug-09 23:49 
QuestionBarrel distortion correction Pin
GloriaWiktoria27-Jul-09 10:51
GloriaWiktoria27-Jul-09 10:51 
AnswerRe: Barrel distortion correction Pin
Luc Pattyn27-Jul-09 11:36
sitebuilderLuc Pattyn27-Jul-09 11:36 
QuestionTiny Encryption Algorithm Help????? Pin
ChiSmile26-Jul-09 9:50
ChiSmile26-Jul-09 9:50 
Hello all,
Am trying implement TEA in my application. So far I have been able to encrypt a table with eleven colums. But i can only decrypt three of the colums. I dont seem to understand what the problem is because even the colums have similar datatype i.e. nvarchar.
why would it chose to decrypt only three colums. Below is the code where i passed the arguement.

For Each rw As DataRow In dt.Rows

                   decdata = New TEA()
                   deRecDataFnam = decp.Decrypt(rw.Item("First Name"), ned)
                   deRecDataLnam = decDatalab.Decrypt(rw.Item("Last Name"), ned)
                   deRecDataSec = decdata.Decrypt(rw.Item("Social Security Number"), ned) --> can decrypt
                   deRecDataPh = decdata.Decrypt(rw.Item("Phone Number"), ned)
                   deRecDataCon = decdata.Decrypt(rw.Item("Contact Address"), ned)
                   deRecDataDOB = decdata.Decrypt(rw.Item("Date of Birth"), ned) --> can
                   deRecDataMar = decdata.Decrypt(rw.Item("Marital Status"), ned)
                   deRecDataBlud = decdata.Decrypt(rw("Blood Group"), ned)
                   deRecDataGeno = decdata.Decrypt(rw.Item("Genotype"), ned) --> can
                   deRecDataGen = decdata.Decrypt(rw("Gender"), ned)

               Next


the encryption and decryption code can be found here
http://allmysocial.net/post/Tiny-Encryption-Algorithm-(TEA)-in-Visual-BasicNET.aspx[^]

I can paste the algorithm if u want me to.
Thanks a lot.
AnswerRe: Tiny Encryption Algorithm Help????? Pin
Luc Pattyn27-Jul-09 11:38
sitebuilderLuc Pattyn27-Jul-09 11:38 
Questiondepth first search help.. Pin
neha_rai25-Jul-09 8:00
neha_rai25-Jul-09 8:00 
AnswerRe: depth first search help.. Pin
Abhijit Jana25-Jul-09 10:49
professionalAbhijit Jana25-Jul-09 10:49 
GeneralRe: depth first search help.. Pin
that_dude_tj26-Jul-09 23:22
that_dude_tj26-Jul-09 23:22 
NewsRe: depth first search help.. Pin
Abhijit Jana27-Jul-09 0:56
professionalAbhijit Jana27-Jul-09 0:56 
QuestionMerging Inputs and producting ID number [modified] Pin
ZeroPun24-Jul-09 12:35
ZeroPun24-Jul-09 12:35 
AnswerRe: Merging Inputs and producting ID number Pin
Moreno Airoldi28-Jul-09 23:31
Moreno Airoldi28-Jul-09 23:31 
GeneralRe: Merging Inputs and producting ID number Pin
Leonardo Muzzi7-Aug-09 4:00
Leonardo Muzzi7-Aug-09 4:00 
GeneralRe: Merging Inputs and producting ID number [modified] Pin
Moreno Airoldi7-Aug-09 21:57
Moreno Airoldi7-Aug-09 21:57 
GeneralRe: Merging Inputs and producting ID number Pin
Leonardo Muzzi9-Aug-09 17:33
Leonardo Muzzi9-Aug-09 17:33 
GeneralRe: Merging Inputs and producting ID number Pin
Moreno Airoldi9-Aug-09 22:43
Moreno Airoldi9-Aug-09 22:43 
GeneralRe: Merging Inputs and producting ID number Pin
Moreno Airoldi12-Aug-09 1:36
Moreno Airoldi12-Aug-09 1:36 
QuestionHelp! I need a book that describes hash in details. Pin
jibeex22-Jul-09 15:00
jibeex22-Jul-09 15:00 
AnswerRe: Help! I need a book that describes hash in details. Pin
Luc Pattyn22-Jul-09 15:43
sitebuilderLuc Pattyn22-Jul-09 15:43 
QuestionRe: Help! I need a book that describes hash in details. Pin
harold aptroot22-Jul-09 18:23
harold aptroot22-Jul-09 18:23 
AnswerRe: Help! I need a book that describes hash in details. Pin
riced23-Jul-09 5:59
riced23-Jul-09 5:59 
AnswerRe: Help! I need a book that describes hash in details. Pin
jibeex23-Jul-09 23:42
jibeex23-Jul-09 23:42 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.