diff --git a/CVS/Entries b/CVS/Entries deleted file mode 100644 index 498925e..0000000 --- a/CVS/Entries +++ /dev/null @@ -1,47 +0,0 @@ -/21255511to266511.txt/1.1.1.1/Sun Sep 18 11:11:38 2005// -/back.gif/1.1.1.1/Sun Sep 18 11:11:38 2005// -/back.png/1.1.1.1/Sun Sep 18 11:11:38 2005// -/bc.html/1.1.1.1/Sun Sep 18 11:11:38 2005// -/bc_man_page.html/1.1.1.1/Sun Sep 18 11:11:38 2005// -/blu_bullet_half.gif/1.1.1.1/Sun Sep 18 11:11:38 2005// -/calc_big_expon.bc/1.1.1.1/Sun Sep 18 11:11:38 2005// -/calc_big_expon.sh/1.1.1.1/Sun Sep 18 11:11:38 2005// -/calc_big_num.php/1.1.1.1/Sun Sep 18 11:11:38 2005// -/calc_pi.php/1.1.1.1/Sun Sep 18 11:11:38 2005// -/cbe.php/1.1.1.1/Sun Sep 18 11:11:38 2005// -/cbe.sh/1.1.1.1/Sun Sep 18 11:11:38 2005// -/checkd/1.1.1.1/Sun Sep 18 11:11:38 2005// -/create_rsa_key_set.png/1.1.1.1/Sun Sep 18 11:11:38 2005// -/decode.php/1.1.1.1/Sun Sep 18 11:11:38 2005// -/dns.ppt/1.1.1.1/Sun Sep 18 11:11:38 2005// -/dns5.ppt/1.1.1.1/Sun Sep 18 11:11:38 2005// -/encode.php/1.1.1.1/Sun Sep 18 11:11:38 2005// -/encode_pub.php/1.1.1.1/Sun Sep 18 11:11:38 2005// -/files.html/1.1.1.1/Sun Sep 18 11:11:38 2005// -/find_d.html/1.1.1.1/Sun Sep 18 11:11:38 2005// -/find_d.php/1.1.1.1/Sun Sep 18 11:11:38 2005// -/find_phi.php/1.1.1.1/Sun Sep 18 11:11:38 2005// -/findd/1.1.1.1/Sun Sep 18 11:11:38 2005// -/gcd.php/1.1.1.1/Sun Sep 18 11:11:38 2005// -/generate_key.php/1.1.1.1/Sun Sep 18 11:11:38 2005// -/gt100k/1.1.1.1/Sun Sep 18 11:11:38 2005// -/hints_to_choosing_e.html/1.1.1.1/Sun Sep 18 11:11:38 2005// -/home.png/1.1.1.1/Sun Sep 18 11:11:38 2005// -/index.html/1.1.1.1/Sun Sep 18 11:11:38 2005// -/index.php/1.1.1.1/Sun Sep 18 11:11:38 2005// -/ln/1.1.1.1/Sun Sep 18 11:11:38 2005// -/ln2/1.1.1.1/Sun Sep 18 11:11:38 2005// -/maths.html/1.1.1.1/Sun Sep 18 11:11:38 2005// -/multiply.php/1.1.1.1/Sun Sep 18 11:11:38 2005// -/nlhtml.sed/1.1.1.1/Sun Sep 18 11:11:38 2005// -/pi.php/1.1.1.1/Sun Sep 18 11:11:38 2005// -/pow_digits/1.1.1.1/Sun Sep 18 11:11:38 2005// -/primes.html/1.1.1.1/Sun Sep 18 11:11:38 2005// -/primes.php/1.1.1.1/Sun Sep 18 11:11:38 2005// -/red_bullet_half.gif/1.1.1.1/Sun Sep 18 11:11:38 2005// -/review.gif/1.1.1.1/Sun Sep 18 11:11:38 2005// -/rsa_explanations_list.html/1.1.1.1/Sun Sep 18 11:11:38 2005// -/s/1.1.1.1/Sun Sep 18 11:11:38 2005// -/searchd/1.1.1.1/Sun Sep 18 11:11:38 2005// -/security.html/1.1.1.1/Sun Sep 18 11:11:38 2005// -D diff --git a/CVS/Repository b/CVS/Repository deleted file mode 100644 index 5e56314..0000000 --- a/CVS/Repository +++ /dev/null @@ -1 +0,0 @@ -rsa_workbench diff --git a/CVS/Root b/CVS/Root deleted file mode 100644 index 6b6b9e9..0000000 --- a/CVS/Root +++ /dev/null @@ -1 +0,0 @@ -/export/home/cvs diff --git a/README b/README index 3be1ec3..f669eef 100644 --- a/README +++ b/README @@ -4,7 +4,7 @@ process. The prime numbers used are much smaller than for a normal RSA key pair, but still have massive intermediate numbers -in the calculations. hese web pages also indicate the +in the calculations. These web pages also indicate the prime number pairs effect on the size of incription key possible (i.e. the number of bits it uses). In fact you can try to RSA encrypt values too large @@ -12,7 +12,7 @@ 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 way back in 2003.... I thought it was a +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).