Browse Source

Adding README, containing a small description of the project.

Michele Orrù 10 years ago
parent
commit
2941a5d47b
2 changed files with 12 additions and 0 deletions
  1. 3 0
      .gitignore
  2. 9 0
      README

+ 3 - 0
.gitignore

@@ -0,0 +1,3 @@
+
+*~
+#*#

+ 9 - 0
README

@@ -0,0 +1,9 @@
+The main purpose of this project is to implement some of the most common
+mathematical attacks on the RSA cipher, and provide an executable capable of
+measuring the level of security into a ssl conversation.
+
+Given a website as input, the program should be able to download its
+certificate, and probe it with different tools.
+
+Examples of probes could be wrong information on the ssl certificate metadata,
+a vulnerability with wiener's attack, factorization, dixon, etc.