Go to file
2016-01-26 12:31:29 +00:00
21255511to266511.txt rescued from ultra 10 2012-02-14 18:45:18 +00:00
back.gif rescued from ultra 10 2012-02-14 18:45:18 +00:00
back.png rescued from ultra 10 2012-02-14 18:45:18 +00:00
bc_man_page.html rescued from ultra 10 2012-02-14 18:45:18 +00:00
bc.html rescued from ultra 10 2012-02-14 18:45:18 +00:00
blu_bullet_half.gif rescued from ultra 10 2012-02-14 18:45:18 +00:00
calc_big_expon.bc updated for php5 and 2016-01-26 10:27:43 +00:00
calc_big_expon.sh rescued from ultra 10 2012-02-14 18:45:18 +00:00
calc_big_num.php modified to work with php5 2012-02-17 13:18:51 +00:00
calc_pi.php updated for php5 and 2016-01-26 10:27:43 +00:00
cbe.php modified to work with php5 2012-02-17 13:18:51 +00:00
cbe.sh updated for php5 and 2016-01-26 10:27:43 +00:00
checkd rescued from ultra 10 2012-02-14 18:45:18 +00:00
create_rsa_key_set.png rescued from ultra 10 2012-02-14 18:45:18 +00:00
decode.php updated for php5 and 2016-01-26 10:27:43 +00:00
dns5.ppt rescued from ultra 10 2012-02-14 18:45:18 +00:00
dns.ppt rescued from ultra 10 2012-02-14 18:45:18 +00:00
encode_pub.php updated for php5 and 2016-01-26 10:27:43 +00:00
encode.php updated for php5 and 2016-01-26 10:27:43 +00:00
files.html rescued from ultra 10 2012-02-14 18:45:18 +00:00
find_d.html rescued from ultra 10 2012-02-14 18:45:18 +00:00
find_d.php updated for php5 and 2016-01-26 10:27:43 +00:00
find_phi.php updated for php5 and 2016-01-26 10:27:43 +00:00
findd rescued from ultra 10 2012-02-14 18:45:18 +00:00
gcd.php updated for php5 and 2016-01-26 10:27:43 +00:00
generate_key.php updated for php5 and 2016-01-26 10:27:43 +00:00
gt100k rescued from ultra 10 2012-02-14 18:45:18 +00:00
hints_to_choosing_e.html rescued from ultra 10 2012-02-14 18:45:18 +00:00
home.png rescued from ultra 10 2012-02-14 18:45:18 +00:00
index.html updated for php5 and 2016-01-26 10:27:43 +00:00
index.php rescued from ultra 10 2012-02-14 18:45:18 +00:00
ln rescued from ultra 10 2012-02-14 18:45:18 +00:00
ln2 rescued from ultra 10 2012-02-14 18:45:18 +00:00
maths.html rescued from ultra 10 2012-02-14 18:45:18 +00:00
multiply.php updated for php5 and 2016-01-26 10:27:43 +00:00
nlhtml.sed rescued from ultra 10 2012-02-14 18:45:18 +00:00
pi.php updated for php5 and 2016-01-26 10:27:43 +00:00
pow_digits rescued from ultra 10 2012-02-14 18:45:18 +00:00
primes.html rescued from ultra 10 2012-02-14 18:45:18 +00:00
primes.php updated for php5 and 2016-01-26 10:27:43 +00:00
README Update README 2016-01-26 12:31:29 +00:00
red_bullet_half.gif rescued from ultra 10 2012-02-14 18:45:18 +00:00
review.gif rescued from ultra 10 2012-02-14 18:45:18 +00:00
rsa_explanations_list.html rescued from ultra 10 2012-02-14 18:45:18 +00:00
s rescued from ultra 10 2012-02-14 18:45:18 +00:00
searchd rescued from ultra 10 2012-02-14 18:45:18 +00:00
security.html rescued from ultra 10 2012-02-14 18:45:18 +00:00

On a LAMP server with bc and bash these web pages
will let a user go through simple examples of the RSA public and private key
process.

The prime numbers used are much smaller than for a normal
RSA key pair, but still have massive intermediate numbers
in the calculations. These web pages also indicate the 
prime number pairs effect on the size of encription key
possible (i.e. the number of bits it could support).
In fact you can try to RSA encrypt values too large
for the keys you have made, and see the erronous results of doing this.

This project was completed (in php4 originally) as part of a module
on web encryption and security
on my MSc in Software Engineering --- Brighton University UK --- way back in 2003.... I thought it was a
good starting point for getting to grips with git-hub (where I had to create 
proper rsa keys from linux, to get it all going).

Robin Clark 26JAN2016: 08MAR2012