I'm making an encryption/decryption project and would like suggestions on algorithms to . implement. RSA, One-time pad, and DES are a must..
EDIT: I'm also making an enigma (M3 + M4 editions) side-project
Last edited by AlanProjects (2009-07-10 22:39:39)
Offline
Have you heard of the Playfair cypher? That one is a great one, but it might be hard to program. One time pad is a good one, i definately agree. It would be cool if you could somehow make an enigma machine that you could change the settings on.
This is a really cool idea!
Offline
You could try this md5 algorithm
Not sure if its possible in scratch though
http://www.ietf.org/rfc/rfc1321.txt
Offline
@Archmage MD5 is a (weak)hash algorithm, used for just making a "Signature" of data to tell if a transmission has been modified since it's departure.
@greenflash Playfair cipher is simple, I can do it. As for the enigma, that is a side project i'm working on.
Offline