jEclipse
This was my 6th Semester project (Summer of '03), made a chat client and server with my friend to enable encrypted messaging.
- RSA Encrypotion
- Java BigInteger used for large number calculation
- variable key lengths, 1024 key length was benchmarked
- GUI was Java Swing (buggy, but it worked well with Java 1.4.1)
Mathematical Algorithms used
- RSA
- Blum-Blum-Shub Random Number Generator
- Euler's Algorithm
- Rabin Miller Prime test
- FFT for reducing mathematical complexity
- Shift Algorithm
back
Comments (0)
You don't have permission to comment on this page.