Browse Source

加解密

朱毅骏 1 year ago
parent
commit
2e3e962950
1 changed files with 0 additions and 4 deletions
  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>`_