Click here to Skip to main content
15,891,431 members
Home / Discussions / Algorithms
   

Algorithms

 
AnswerRe: Algorithm for creating new parser Pin
jschell2-Feb-13 7:55
jschell2-Feb-13 7:55 
AnswerRe: Algorithm for creating new parser Pin
sep11-Feb-13 4:18
sep11-Feb-13 4:18 
Questionlanguage translation Pin
serena simmy30-Jan-13 18:12
serena simmy30-Jan-13 18:12 
AnswerRe: language translation Pin
Alan Balkany1-Feb-13 5:04
Alan Balkany1-Feb-13 5:04 
GeneralRe: language translation Pin
serena simmy2-Feb-13 2:35
serena simmy2-Feb-13 2:35 
QuestionAES algorithm Pin
lamar nadeen16-Jan-13 4:36
lamar nadeen16-Jan-13 4:36 
AnswerRe: AES algorithm Pin
Alan N16-Jan-13 5:10
Alan N16-Jan-13 5:10 
AnswerRe: AES algorithm Pin
pasztorpisti23-Jan-13 20:34
pasztorpisti23-Jan-13 20:34 
AES is usually part of a bigger encryption library. I'm usually getting AES from one of the following 2 libraries: openssl, or libtomcrypt. For learning purposes I recommend taking a look at libtomcrypt because its cleanness is exemplary and in my opinion its also a production ready crossplatform library: http://libtom.org/?page=features&newsitems=5&whatfile=crypt[^]

aes source from libtomcrypt:
https://github.com/libtom/libtomcrypt/tree/master/src/ciphers/aes[^]
https://github.com/libtom/libtomcrypt/blob/master/src/headers/tomcrypt_cipher.h#L624[^]
AnswerRe: AES algorithm Pin
Joezer BH11-Feb-13 19:46
professionalJoezer BH11-Feb-13 19:46 
QuestionImplementation of Secure Remote Password in VB.NET Pin
Dominick Marciano12-Jan-13 14:22
professionalDominick Marciano12-Jan-13 14:22 
GeneralRe: Implementation of Secure Remote Password in VB.NET Pin
harold aptroot12-Jan-13 22:17
harold aptroot12-Jan-13 22:17 
GeneralRe: Implementation of Secure Remote Password in VB.NET Pin
Dominick Marciano13-Jan-13 2:17
professionalDominick Marciano13-Jan-13 2:17 
GeneralRe: Implementation of Secure Remote Password in VB.NET Pin
harold aptroot13-Jan-13 5:03
harold aptroot13-Jan-13 5:03 
QuestionRobot voice and FFT Pin
ltronghau28-Dec-12 21:30
ltronghau28-Dec-12 21:30 
AnswerRe: Robot voice and FFT Pin
Albert Holguin11-Feb-13 14:59
professionalAlbert Holguin11-Feb-13 14:59 
GeneralRe: Robot voice and FFT Pin
Andy Allinger21-Jan-14 15:44
professionalAndy Allinger21-Jan-14 15:44 
GeneralRe: Robot voice and FFT Pin
Albert Holguin22-Jan-14 3:14
professionalAlbert Holguin22-Jan-14 3:14 
QuestionHow to get the index of a cell in a Table Pin
pix_programmer20-Dec-12 1:27
pix_programmer20-Dec-12 1:27 
AnswerRe: How to get the index of a cell in a Table Pin
Richard MacCutchan20-Dec-12 2:10
mveRichard MacCutchan20-Dec-12 2:10 
Questionconfusions Pin
en41117-Dec-12 22:37
en41117-Dec-12 22:37 
AnswerRe: confusions Pin
Alan Balkany18-Dec-12 5:43
Alan Balkany18-Dec-12 5:43 
QuestionWhen completing a bespoke programme should I give the code up? Pin
itorchuk17-Dec-12 8:08
itorchuk17-Dec-12 8:08 
AnswerRe: When completing a bespoke programme should I give the code up? Pin
jschell17-Dec-12 8:27
jschell17-Dec-12 8:27 
GeneralRe: When completing a bespoke programme should I give the code up? Pin
itorchuk17-Dec-12 8:37
itorchuk17-Dec-12 8:37 
QuestionPrime Number Generation Pin
Joshua Guyette14-Dec-12 9:36
Joshua Guyette14-Dec-12 9:36 

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.