Skip to content

hijunho0811/file-encrypt

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Dec 18, 2020
247ee0d · Dec 18, 2020

History

6 Commits
Dec 18, 2020
Dec 17, 2020
Dec 17, 2020

Repository files navigation

easy file decrypt, encryption tools using python

1) pip 설치

  • 아래의 명령어를 따라 pip을 설치해줍니다.

curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py

python get-pip.py

2) virtualenv 설치

pip install virtualenv

3) 가상환경 생성

virtualenv venv

  • venv 대신 임의의 가상환경 이름을 사용해도 무관합니다.

4) virtualenv 활성화

  • Activate on Mac/Linux

source venv/bin/activate

  • Activate on Windows powershell

\venv\Scripts\activate

  • Activate on Windows git bash

source venv/Scripts/activate

5) pycryptodomex 설치

  • 가상환경 활성화 후 설치하세요.

pip install pycryptodomex

About

Easy file encrypt/decryption using python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages