Re: Algorithm suggestions



Geoffrey Summerhayes wrote:
I expect the number of packets passing between any device
and the server to be around 100 per day at peak usage, so
in theory at least, it could require some time to gather enough
data to reverse engineer an encryption scheme.

It's worth reading up on Kerckoff's law (I am sure I misspelled
his name). If reverse engineering your crypto suffices to break
the security of your system, then you're probably in trouble. We
normally try to build systems that remain secure even if the adversary
knows how they work; modern cryptographic schemes are good enough
that you don't need to keep the algorithms secret.

I expect that every time someone invents a better lock, people
start working on better lockpicks.

Things are different in cryptography.

I think you probably should hire a cryptographic consultant, if
security matters. If you try to roll your own, the result may be
insecure. It's probably too hard to teach everything you would
need to do a good job, over a newsgroup. My apologies.
.



Relevant Pages

  • Re: Still Looking for that One, BRAVE, NASA and/or NAA Employee Re: Apollo One
    ... >>disagree with cryptological security by obscurity. ... Except that in a properly designed crypto system, ... Again, however, if the keys themselves are encrypted with a high-order ...
    (sci.space.history)
  • Re: 8 bit white noise algorithm
    ... Key the cipher with the key of your choice (since security is not a concern, key management is not a concern). ... and then there are crypto-quality PRNGs. ... Most crypto algorithms only achieve high security when used in a rolling mode, initially seeded with something truly random. ...
    (comp.dsp)
  • Re: Anyone looked at Mithra ?
    ... professional programmers who understand security in general, ... security in general and crypto in particular ... without all of this, SSL is slow DH. ...
    (sci.crypt)
  • Re: software crypto is useless
    ... > in runtime, your keys, passwords, and signatures, etc. all become doubtful. ... Each security module, software as well as hardware, has ... Software crypto can be ...
    (sci.crypt)
  • Newbie Salt and Pass Phrase Question.
    ... I'm using LibTomCrypt for my first crypto enabled app. ... It's a Database app, so communication security issues, ... like PKI, aren't problems. ...
    (sci.crypt)