์์ค์ฝ๋์ ๋ํ ์ค๋ช
์ ์ฃผ์์ฒ๋ฆฌ ํด๋์์ต๋๋ค. ๊ฐ๋ฐ๋๊ตฌ : "anaconda -> spyder" ์ธ์ด : "python" ์ ์์๋ช
๊ตฌํ์ฝ๋ - myRSA.py # -*- coding: utf-8 -*- """ Created on Thu May 13 13:12:25 2021 @author: hk """ import base64 from Crypto.PublicKey import RSA from Crypto.Cipher import PKCS1_OAEP import tools # ============================================================================= # Key ์์ฑ ๋ฐ ๋ก๋ฉ # ====================================..
[์ํธ ํ๋กํ ์ฝ] ์ ์์๋ช
๊ตฌํํ๊ธฐ
์์ค์ฝ๋์ ๋ํ ์ค๋ช
์ ์ฃผ์์ฒ๋ฆฌ ํด๋์์ต๋๋ค. ๊ฐ๋ฐ๋๊ตฌ : "anaconda -> spyder" ์ธ์ด : "python" ์ ์์๋ช
๊ตฌํ์ฝ๋ - myRSA.py # -*- coding: utf-8 -*- """ Created on Thu May 13 13:12:25 2021 @author: hk """ import base64 from Crypto.PublicKey import RSA from Crypto.Cipher import PKCS1_OAEP import tools # ============================================================================= # Key ์์ฑ ๋ฐ ๋ก๋ฉ # ====================================..
2021.05.14