English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

c++ code and speed of RSA or security problem

2006-11-15 03:28:24 · 1 answers · asked by shosho 1 in Science & Mathematics Mathematics

1 answers

You can obtain existing RSA algorithms and modify them to make a different version, if you want to from scratch, good luck. Find the requirements for the RSA algorithm and code it.

look at this for insight
http://www.di-mgt.com.au/rsa_alg.html

If the math or logic is too difficult - start small, with ceasar cipher's and work your way up.

This helped me http://www.cacr.math.uwaterloo.ca/hac/ and this is also an awesome book
Applied Cryptography: Protocols, Algorithms, and Source Code in C
by Bruce Schneier (must have for any interested in cryptography)

2006-11-17 02:19:39 · answer #1 · answered by Arkane Steelblade 4 · 0 0

fedest.com, questions and answers