[math-fun] secret key cryptosystem?
Any recommended secret-key cryptosystems? My desiderata are simple+short algorithm and high security level. Speed is not very important. -- Warren D. Smith http://RangeVoting.org <-- add your endorsement (by clicking "endorse" as 1st step)
AES or Threefish. On Sat, Aug 17, 2013 at 7:26 PM, Warren D Smith <warren.wds@gmail.com> wrote:
Any recommended secret-key cryptosystems?
My desiderata are simple+short algorithm and high security level. Speed is not very important.
-- Warren D. Smith http://RangeVoting.org <-- add your endorsement (by clicking "endorse" as 1st step)
_______________________________________________ math-fun mailing list math-fun@mailman.xmission.com http://mailman.xmission.com/cgi-bin/mailman/listinfo/math-fun
-- Mike Stay - metaweta@gmail.com http://www.cs.auckland.ac.nz/~mike http://reperiendi.wordpress.com
On 18/08/2013 02:26, Warren D Smith wrote:
Any recommended secret-key cryptosystems?
My desiderata are simple+short algorithm and high security level. Speed is not very important.
I suggest being more explicit about all those terms. (A description of what it's actually for might clarify them all at once.) Does "simple+short" really mean "must fit in so many bytes on such-and-such an architecture", or "source code must be simple enough that some third party can verify the implementation with extremely high reliability", or "must be suitable for teaching students", or ... ? Does it need to be secure against the full might of the NSA, or against a single smart cryptographer? Do you need it to be in some sense provably secure, or to have been thoroughly examined by experts and had no big holes found, or to look to a few amateur cryptographers like it should be very secure, or ... ? Is speed unimportant because it's purely paedagogical and will never be run, or because it's going to be used once a day in some protocol, or because it's going to be run on super-fast hardware, or ... ? -- g
"WDS" == Warren D Smith <warren.wds@gmail.com> writes:
WDS> Any recommended secret-key cryptosystems? WDS> My desiderata are simple+short algorithm and high security level. WDS> Speed is not very important. I usually use 'gpg -c'. Already installed, as verified as one will find. See the gpg man page for usage details. -JimC -- James Cloos <cloos@jhcloos.com> OpenPGP: 1024D/ED7DAEA6
participants (4)
-
Gareth McCaughan -
James Cloos -
Mike Stay -
Warren D Smith