Skip to content

HCMUS-Project-Org/Crypt-RSA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Cấu trúc file:

19127525/
 |__Source/
 |   |__19127525.py
 |   |__plaintext01.txt
 |   |__plaintext02.txt
 |   |__encrypted.txt
 |   |__decrypted.txt
 |   |__QuansKey/
 |   |   |__rsa_pub.txt
 |   |   |__rsa.txt
 |__Report/
      |__19127525.pdf 

File có cấu trúc như sau cây thư mục ở trên Trong đó báo cáo là file 19127525.pdf nằm ở ./19127525/Report/19127525.pdf Các file mã nguồn nằm trong thư mục Source nằm ở ./19127525/Source gồm có:

  • File thực thi 19127525.py
  • Các file muốn encrypt/decrypt (file chứa plaintext, thực hiện nhiệm vụ 2 - 3) là file plaintext01.txt và plaintext02.txt
    (2 file plaintext ví dụ) nằm cùng cấp với file thực thi
  • 2 file encrypted.txt và decrypted.txt là 2 file mã hóa và giải mã plaintext ở trên, nằm cùng cấp với file thực thi
  • Các cặp khóa sẽ được lưu trong 2 file rsa.txt và rsa_pub.txt vào thư mục con chứa khóa, ở đây là QuansKey (folder này là ví dụ).
    Các folder chứa khóa này nằm cùng cấp với file thực thi

Hướng dẫn sử dụng và giải thích source code: ./Report/19127525.pdf

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages