朱毅骏 před 1 rokem
rodič
revize
2e3e962950
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. 0 4
      README.rst

+ 0 - 4
README.rst

@@ -59,7 +59,3 @@ It is possible to use this implementation to facilitate TripleDES encryption pro
     run_des.o -d /tmp/keyfile3.key /home/user/sample.enc3 /home/user/sample.dec3
     run_des.o -d /tmp/keyfile2.key /home/user/sample.dec3 /home/user/sample.dec2
     run_des.o -d /tmp/keyfile1.key /home/user/sample.dec2 /home/user/sample_decrypted.txt
-
-The primary repository for DES is located at: `http://github.com/tarequeh/DES/ <http://github.com/tarequeh/DES/>`_ The blog post
-discussing the implementation can be found at: `CodeXN <http://www.codexn.com>`_
-This implementation of DES was written by `Tareque Hossain <mailto:tareque@codexn.com>`_