Click here to Skip to main content
15,881,380 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Detecting File Changes Pin
Matt T Heffron28-Mar-14 7:22
professionalMatt T Heffron28-Mar-14 7:22 
GeneralRe: Detecting File Changes Pin
Richard MacCutchan28-Mar-14 8:04
mveRichard MacCutchan28-Mar-14 8:04 
QuestionHow much is my encryption algorithm worth? Pin
Daniel Mullarkey22-Mar-14 20:47
Daniel Mullarkey22-Mar-14 20:47 
AnswerRe: How much is my encryption algorithm worth? Pin
Kornfeld Eliyahu Peter22-Mar-14 21:19
professionalKornfeld Eliyahu Peter22-Mar-14 21:19 
AnswerRe: How much is my encryption algorithm worth? Pin
Richard MacCutchan22-Mar-14 22:10
mveRichard MacCutchan22-Mar-14 22:10 
AnswerRe: How much is my encryption algorithm worth? Pin
Daniel Mullarkey23-Mar-14 3:34
Daniel Mullarkey23-Mar-14 3:34 
AnswerRe: How much is my encryption algorithm worth? Pin
Kornfeld Eliyahu Peter23-Mar-14 4:04
professionalKornfeld Eliyahu Peter23-Mar-14 4:04 
GeneralRe: How much is my encryption algorithm worth? Pin
Daniel Mullarkey23-Mar-14 4:38
Daniel Mullarkey23-Mar-14 4:38 
Well, I can say that the core methods involve 10 lines of code, one with a conditional (if...then) recursion that at best only occurs once per original use and the rest involves conditional (if...then) mathematics at three levels, thereby making it very quick and very fast. Besides, ever heard of lossless compression? Well, I might as well have created perpetual lossless, key-based, encryption. Keep in mind that the encryption algorithm is symmetrical, so the very idea of having public keys would be a bad idea. The core of my encryption algorithm is essentially a block cipher in which the unencrypted value does not grow or shrink in size when encrypted. Also, keep in mind that it can not only encrypt bulk data, but it can also use bulk keys. And one day I will show that I can deliver on the goods. I just have to find a way to afford to pay LegalZoom $1,000 to patent it.

"In cryptography, a block cipher is a deterministic algorithm operating on fixed-length groups of bits, called blocks, with an unvarying transformation that is specified by a symmetric key. Block ciphers are important elementary components in the design of many cryptographic protocols, and are widely used to implement encryption of bulk data."
--Quoted from Wikipedia from Block cipher
AnswerRe: How much is my encryption algorithm worth? Pin
Kornfeld Eliyahu Peter23-Mar-14 4:49
professionalKornfeld Eliyahu Peter23-Mar-14 4:49 
GeneralRe: How much is my encryption algorithm worth? Pin
Matty2222-May-14 21:22
Matty2222-May-14 21:22 
GeneralRe: How much is my encryption algorithm worth? Pin
Richard MacCutchan23-Mar-14 4:15
mveRichard MacCutchan23-Mar-14 4:15 
GeneralRe: How much is my encryption algorithm worth? Pin
Daniel Mullarkey23-Mar-14 4:40
Daniel Mullarkey23-Mar-14 4:40 
GeneralRe: How much is my encryption algorithm worth? Pin
Richard MacCutchan23-Mar-14 5:03
mveRichard MacCutchan23-Mar-14 5:03 
GeneralRe: How much is my encryption algorithm worth? Pin
Daniel Mullarkey23-Mar-14 18:35
Daniel Mullarkey23-Mar-14 18:35 
GeneralRe: How much is my encryption algorithm worth? Pin
Richard MacCutchan23-Mar-14 22:50
mveRichard MacCutchan23-Mar-14 22:50 
GeneralRe: How much is my encryption algorithm worth? Pin
Daniel Mullarkey5-Apr-14 4:04
Daniel Mullarkey5-Apr-14 4:04 
GeneralRe: How much is my encryption algorithm worth? Pin
Richard MacCutchan5-Apr-14 4:16
mveRichard MacCutchan5-Apr-14 4:16 
GeneralRe: How much is my encryption algorithm worth? Pin
Daniel Mullarkey5-Apr-14 4:23
Daniel Mullarkey5-Apr-14 4:23 
GeneralRe: How much is my encryption algorithm worth? Pin
Richard MacCutchan5-Apr-14 4:33
mveRichard MacCutchan5-Apr-14 4:33 
GeneralRe: How much is my encryption algorithm worth? Pin
BobJanova25-Mar-14 0:02
BobJanova25-Mar-14 0:02 
GeneralRe: How much is my encryption algorithm worth? Pin
Richard MacCutchan25-Mar-14 0:08
mveRichard MacCutchan25-Mar-14 0:08 
AnswerRe: How much is my encryption algorithm worth? Pin
Richard Deeming24-Mar-14 2:50
mveRichard Deeming24-Mar-14 2:50 
AnswerRe: How much is my encryption algorithm worth? Pin
jschell24-Mar-14 8:35
jschell24-Mar-14 8:35 
AnswerRe: How much is my encryption algorithm worth? Pin
PIEBALDconsult24-Mar-14 16:56
mvePIEBALDconsult24-Mar-14 16:56 
AnswerRe: How much is my encryption algorithm worth? Pin
BobJanova25-Mar-14 0:26
BobJanova25-Mar-14 0:26 

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.