Good ideas and conversation. No ads, no tracking. Login or Take a Tour!
When learning about Diffie Hellman at uni I wanted to get a feel for the process and how it could be used so I made this little Java program that basically hand-waves the actual server/client communication part away. So it uses the java.security and javax.crypto libraries and should generate valid certificates but I've never really revisited it to check it's all correct; I'm sure there's more to it than that but at the time it was really handy to have gone through that process.