« Mail it in? | Main | A grand welcome to Shira »

Crypto pointer

I'm working on the specs of a new system for work, and I'm trying to figure out how to do authentication/encryption (being the self-appointed crypto guy in the design group). It wasn't until I took a look at how Kerberos does authentication that I figured out something that should work.

I can't post the exact protocol (as that's the property of work) but I'll give a hint:

Don't forget that you can hash the user's password (with, say, SHA-1) and then use that hash to encrypt things—like a session key.

TrackBack

Listed below are links to weblogs that reference Crypto pointer:

» Password Authentication from Driss-A-Blog
I've given up on trying to write my own authentication protocol. It's a lot harder than it looks, and trying [Read More]

Post a comment