Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #97488

Re: Hiding code from intruders, a different slant on an old question

From Dennis Lee Bieber <wlfraed@ix.netcom.com>
Subject Re: Hiding code from intruders, a different slant on an old question
Date 2015-10-07 20:01 -0400
Organization IISS Elusive Unicorn
References <tp5fec-l15.ln1@esprimo.zbmc.eu> <mv35a3$v1k$1@speranza.aioe.org>
Newsgroups comp.lang.python
Message-ID <mailman.460.1444262512.28679.python-list@python.org> (permalink)

Show all headers | View raw


On Wed, 7 Oct 2015 13:05:07 +0000 (UTC), alister
<alister.nospam.ware@ntlworld.com> declaimed the following:


>With a simple Cesar the method is "shift the alphabet by 'X' characters 
>and X is the key
>
>if the key is unknown then the attacker still has to brute force the 
>method (admittedly with only 25 options this is not difficult)

	But who'd consider that with just one-case and alphabet only...

	At the least include upper, lower, numbers, and basic punctuation --
that will add a few more cycles of computation time to break <G>


	But the other point, yes... The most used encryption systems have
publicly known/reviewed algorithms and rely on the secrecy of the key(s).
-- 
	Wulfraed                 Dennis Lee Bieber         AF6VN
    wlfraed@ix.netcom.com    HTTP://wlfraed.home.netcom.com/

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Hiding code from intruders, a different slant on an old question cl@isbd.net - 2015-10-07 10:38 +0100
  Re: Hiding code from intruders, a different slant on an old question "Littlefield, Tyler" <tyler@tysdomain.com> - 2015-10-07 08:00 -0400
  Re: Hiding code from intruders, a different slant on an old question alister <alister.nospam.ware@ntlworld.com> - 2015-10-07 13:05 +0000
    Re: Hiding code from intruders, a different slant on an old question Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2015-10-07 20:01 -0400
      Re: Hiding code from intruders, a different slant on an old question cl@isbd.net - 2015-10-08 11:28 +0100
    Re: Hiding code from intruders, a different slant on an old question Ian Kelly <ian.g.kelly@gmail.com> - 2015-10-08 08:44 -0600
      Re: Hiding code from intruders, a different slant on an old question alister <alister.nospam.ware@ntlworld.com> - 2015-10-08 15:46 +0000
        Re: Hiding code from intruders, a different slant on an old question Ian Kelly <ian.g.kelly@gmail.com> - 2015-10-08 10:33 -0600

csiph-web