Tell me more ×
IT Security Stack Exchange is a question and answer site for IT security professionals. It's 100% free, no registration required.

For my nerwork security class we have to do a project on something Cryptography related. I've been pretty blank in terms for ideas so far, and I was wondering if anyone has any recommendations or anything. We will be able to bring a laptop to run algorithms or what have you, although I don't know a whole lot about programming. Has anyone done anything like this before? Do you have any recommendations?

share|improve this question
1  
Sorry but this probably won't give you any answers. There's no single answer to this question, and the Q/A format doesn't fit suggestions. That said, demonstrate playing chess encrypted by a shared one-time pad. – Henning Klevjer Nov 9 '12 at 8:15
Chess is probably a bit over-the-top if you're not very familiar with programming. You'd probably spend longer doing the graphics and game logic than the crypto. Go for something like a messaging client with AES + HMAC-SHA256 on messages. – Polynomial Nov 9 '12 at 8:38
2  
Or a lightweight password manager using a master key, possibly with features like implicit password derivation. It can be console-based if the GUI would take too much time. – Thomas Nov 9 '12 at 11:03

closed as not constructive by Terry Chia, Polynomial, Jeff Ferland Nov 9 '12 at 8:29

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or specific expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, see the FAQ for guidance.

Browse other questions tagged or ask your own question.