์ฃผํผํฐ
-
์์ค์ฝ๋์ ๋ํ ์ค๋ช ์ ์ฃผ์์ฒ๋ฆฌ ํด๋์์ต๋๋ค. ๊ฐ๋ฐ๋๊ตฌ : "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 -
์ํธ ํ๋กํ ์ฝ ์ํธ๋ฅผ ๊นจ๋ ์ํธ ํ๋กํ ์ฝ์ ๊ฐ๋ฐ์ ๋ชฉํ๋ก ํ๋ค. ํด๋์ ์ํธ ~ ์๋ก์ด ์ํธ๊น์ง ๊นจ๋ ๊ฒ์ ํด๋ณผ ๊ฒ -> ์ธ์ฆ ์์คํ ๋ ๋ง๋ค์ด ๋ณผ ๊ฒ * ๋ณธ ๋ด์ฉ์ ํ๊ต ์์ ์ ๋ณต์ต์ฉ๋๋ก ์ฌ๋ฆฌ๋ ๊ธ์ ๋๋ค. ๊ฐ๋ฐ ํ๊ฒฝ ํ์ด์ฌ์ ๊ฐ์ํ๊ฒฝ์ผ๋ก ์ฐ๊ธฐ. ํธ์คํธ ๊ฐ์ํ x , ํ์ด์ฌ์ผ๋ก ๊ฐ์ํ๊ฒฝ ์ฐ๊ธฐ www.anaconda.com/products/individual Anaconda | Individual Edition Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine. www.anaconda.com - ๊ฐ๋ฐํ๊ฒฝ์ ๊ฐ์ํ - ํ..
[์ํธ ํ๋กํ ์ฝ] ํ์ด์ฌ ๊ฐ์ํ๊ฒฝ | ์๋์ฝ๋ค ํ์ด์ฌ | python | anaconda์ํธ ํ๋กํ ์ฝ ์ํธ๋ฅผ ๊นจ๋ ์ํธ ํ๋กํ ์ฝ์ ๊ฐ๋ฐ์ ๋ชฉํ๋ก ํ๋ค. ํด๋์ ์ํธ ~ ์๋ก์ด ์ํธ๊น์ง ๊นจ๋ ๊ฒ์ ํด๋ณผ ๊ฒ -> ์ธ์ฆ ์์คํ ๋ ๋ง๋ค์ด ๋ณผ ๊ฒ * ๋ณธ ๋ด์ฉ์ ํ๊ต ์์ ์ ๋ณต์ต์ฉ๋๋ก ์ฌ๋ฆฌ๋ ๊ธ์ ๋๋ค. ๊ฐ๋ฐ ํ๊ฒฝ ํ์ด์ฌ์ ๊ฐ์ํ๊ฒฝ์ผ๋ก ์ฐ๊ธฐ. ํธ์คํธ ๊ฐ์ํ x , ํ์ด์ฌ์ผ๋ก ๊ฐ์ํ๊ฒฝ ์ฐ๊ธฐ www.anaconda.com/products/individual Anaconda | Individual Edition Anaconda's open-source Individual Edition is the easiest way to perform Python/R data science and machine learning on a single machine. www.anaconda.com - ๊ฐ๋ฐํ๊ฒฝ์ ๊ฐ์ํ - ํ..
2021.03.11